mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Add simple slider example page
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user