#79 fix remove in on_input, add grid page example

This commit is contained in:
Insality
2020-07-18 21:42:51 +03:00
parent 69dd2ce9e3
commit 3ba51f3e9d
5 changed files with 842 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ local en = {
scroll_page = "Scroll page",
slider_page = "Slider page",
input_page = "Input page",
grid_page = "Grid page",
ui_section_button = "Button",
ui_section_text = "Text",
ui_section_timer = "Timer",
@@ -27,6 +28,7 @@ local ru = {
scroll_page = "Скролл",
slider_page = "Слайдеры",
input_page = "Текст. ввод",
grid_page = "Сетка",
ui_section_button = "Кнопка",
ui_section_text = "Текст",
ui_section_timer = "Таймер",