Translate game map properties trigger messages
This commit is contained in:
parent
460d67534a
commit
b0c0d22f25
6 changed files with 27 additions and 4 deletions
|
@ -12,6 +12,7 @@ import menu from "./menu";
|
|||
import report from "./report";
|
||||
import warning from "./warning";
|
||||
import woka from "./woka";
|
||||
import trigger from "./trigger";
|
||||
|
||||
const fr_FR: Translation = {
|
||||
...en_US,
|
||||
|
@ -29,6 +30,7 @@ const fr_FR: Translation = {
|
|||
report,
|
||||
warning,
|
||||
emoji,
|
||||
trigger,
|
||||
};
|
||||
|
||||
export default fr_FR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue