Translate game map properties trigger messages
This commit is contained in:
parent
460d67534a
commit
b0c0d22f25
6 changed files with 27 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue