Translate game map properties trigger messages

This commit is contained in:
Alexis Faizeau 2022-02-10 17:30:03 +01:00
parent 460d67534a
commit b0c0d22f25
6 changed files with 27 additions and 4 deletions

View file

@ -11,6 +11,7 @@ import menu from "./menu";
import report from "./report";
import warning from "./warning";
import emoji from "./emoji";
import trigger from "./trigger";
const en_US: BaseTranslation = {
language: "English",
@ -27,6 +28,7 @@ const en_US: BaseTranslation = {
report,
warning,
emoji,
trigger,
};
export default en_US;