Add locale support

This commit is contained in:
Misode
2020-05-29 03:38:41 +02:00
parent a8fabd555b
commit a994464730
15 changed files with 132 additions and 43 deletions

13
src/locales/en.json Normal file
View File

@@ -0,0 +1,13 @@
{
"add": "Add",
"chance": "Chance",
"condition": "Condition",
"condition.random_chance": "Random Chance",
"false": "False",
"remove": "Remove",
"true": "True",
"type": "Type",
"overworld": "Overworld",
"the_nether": "The Nether",
"the_end": "The End"
}