Reworked translation system
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
This commit is contained in:
parent
9e54e1f34f
commit
db3b05d289
23 changed files with 248 additions and 52 deletions
|
|
@ -44,7 +44,7 @@ SceneStringNames::SceneStringNames() {
|
|||
hide = StaticCString::create("hide");
|
||||
visibility_changed = StaticCString::create("visibility_changed");
|
||||
input_event = StaticCString::create("input_event");
|
||||
shader_shader = StaticCString::create("shader/shader");
|
||||
shader = StaticCString::create("shader");
|
||||
shader_unshaded = StaticCString::create("shader/unshaded");
|
||||
shading_mode = StaticCString::create("shader/shading_mode");
|
||||
tree_entered = StaticCString::create("tree_entered");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue