mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 18:42:19 +02:00
Update
This commit is contained in:
9
docs_md/components/extended/lang_text_api.md
Normal file
9
docs_md/components/extended/lang_text_api.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Lang Text Quick API reference
|
||||
|
||||
```lua
|
||||
lang_text:format(...)
|
||||
lang_text:init(node, [locale_id], [adjust_type])
|
||||
lang_text:on_language_change()
|
||||
lang_text:set_text(text)
|
||||
lang_text:set_to(text)
|
||||
lang_text:translate(locale_id, ...)
|
Reference in New Issue
Block a user