Add marked_text support. Add input example page

This commit is contained in:
Insality
2020-04-18 12:10:00 +03:00
parent 36d7bcee5a
commit 97509ca30b
10 changed files with 1073 additions and 21 deletions

View File

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