Update docs

This commit is contained in:
Insality
2023-07-11 21:46:56 +03:00
parent bdacd4a440
commit 6ed48772a3
10 changed files with 67 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
--- Component to wrap over GUI Text nodes with localization helpers
--
-- ## Overview ##
-- <b># Overview #</b>
--
-- • The initialization of druid.set_text_function is required to enable localization
-- using the localization ID.
@@ -10,7 +10,7 @@
-- • The LangText component supports up to 7 string format parameters.
-- This limitation exists due to certain issues with using ... arguments.
--
-- ## Notes ##
-- <b># Notes #</b>
--
-- @module LangText
-- @within BaseComponent