Mothback/data/locale/ENG.lua
bizcochito 1759196f26 Done and "implemented" locales
Language for now is called 1 time and hardcoded.
Solved error on todo and made a coment on every lenguage.
2022-01-31 11:03:58 +01:00

11 lines
227 B
Lua

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"