Add texts text page

This commit is contained in:
Insality
2020-01-11 15:37:14 +05:00
parent 59c9dc8a9b
commit 41a820a1fb
5 changed files with 1075 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ function M.init(self, node, lang_id, no_adjust)
end
function M.raw_set(self, text)
function M.set_to(self, text)
self.last_locale = false
self.text:set_to(text)
end