change lang button

This commit is contained in:
Insality
2019-09-25 23:46:37 +03:00
parent 6d8d0e822a
commit 6f37a1ec9a
3 changed files with 66 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ local en = {
ui_section_radio = "Radio",
ui_section_checkbox = "Checkbox",
ui_text_example = "Translated",
ui_text_change_lang = "Change lang",
}
local ru = {
@@ -24,6 +25,7 @@ local ru = {
ui_section_radio = "Выбор",
ui_section_checkbox = "Мн. выбор",
ui_text_example = "Переведен",
ui_text_change_lang = "Сменить язык",
}