Done and "implemented" locales

Language for now is called 1 time and hardcoded.
Solved error on todo and made a coment on every lenguage.
This commit is contained in:
bizcochito
2022-01-31 11:03:58 +01:00
parent ed253ddb92
commit 1759196f26
6 changed files with 18 additions and 11 deletions

10
data/locale/ENG.lua Normal file
View File

@@ -0,0 +1,10 @@
Locale = {}
Locale.ui = {}
Locale.ui.pause_screen_resume = "Resume"
Locale.ui.pause_screen_options = "Options"
Locale.ui.pause_screen_exit = "Exit"
Locale.entity = {}
Locale.entity.fairy = {}
Locale.entity.fairy.name = "Ozy"