Add simple slider example page

This commit is contained in:
Insality
2020-04-13 19:32:13 +03:00
parent 55bcea7878
commit 8815ca8896
4 changed files with 1088 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ local en = {
texts_page = "Text page",
button_page = "Button page",
scroll_page = "Scroll page",
slider_page = "Slider page",
ui_section_button = "Button",
ui_section_text = "Text",
ui_section_timer = "Timer",
@@ -23,6 +24,7 @@ local ru = {
texts_page = "Текст",
button_page = "Кнопки",
scroll_page = "Скролл",
slider_page = "Слайдеры",
ui_section_button = "Кнопка",
ui_section_text = "Текст",
ui_section_timer = "Таймер",
@@ -48,4 +50,4 @@ function M.toggle_locale()
msg.post("/gui#main", const.ON_CHANGE_LANGUAGE)
end
return M
return M