mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 10:32:20 +02:00
Rename bounce -> default style, start make new example pages
This commit is contained in:
@@ -5,6 +5,8 @@ local M = {}
|
||||
local en = {
|
||||
main_page = "Main page",
|
||||
texts_page = "Text page",
|
||||
button_page = "Button page",
|
||||
scroll_page = "Scroll page",
|
||||
ui_section_button = "Button",
|
||||
ui_section_text = "Text",
|
||||
ui_section_timer = "Timer",
|
||||
@@ -19,6 +21,8 @@ local en = {
|
||||
local ru = {
|
||||
main_page = "Основное",
|
||||
texts_page = "Текст",
|
||||
button_page = "Кнопки",
|
||||
scroll_page = "Скролл",
|
||||
ui_section_button = "Кнопка",
|
||||
ui_section_text = "Текст",
|
||||
ui_section_timer = "Таймер",
|
||||
|
Reference in New Issue
Block a user