add text component (#4)

This commit is contained in:
Maxim Tuprikov
2019-03-27 22:20:50 +03:00
committed by GitHub
parent 3996ba4b04
commit 5709975ed4
4 changed files with 50 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ M.button = {
function M.get_text(name)
-- override to get text for localized text
return "locales not inited"
end