Locale basics
This commit is contained in:
parent
eaeae8b047
commit
ed253ddb92
|
@ -0,0 +1,12 @@
|
||||||
|
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"
|
||||||
|
|
||||||
|
return Locale
|
Loading…
Reference in New Issue