Added HAST to changelog and find_missing_strings_in_theme_translations to docs.

This commit is contained in:
Kyzentun
2015-02-05 12:09:52 -07:00
parent 138077db67
commit 8ccf1d8a3e
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ ________________________________________________________________________________
longer play videos back at multiplied speed. [kyzentun]
* [Sprite] Get/SetDecodeMovie added. [kyzentun]
2015/02/03
----------
* [MusicWheel] HideActiveSectionTitle metric added. [djpohly]
2015/02/02
----------
* [ActorMultiVertex] ForceStateUpdate and Get/SetDecodeMovie added. [kyzentun]
+1
View File
@@ -212,6 +212,7 @@
<Function name='dofile'/>
<Function name='error'/>
<Function name='fapproach'/>
<Function name='find_missing_strings_in_theme_translations'/>
<Function name='foreach_ordered'/>
<Function name='gcinfo'/>
<Function name='getenv'/>
+6
View File
@@ -145,6 +145,12 @@ save yourself some time, copy this for undocumented things:
<Function name='fapproach' theme='_fallback' return='float' arguments='float val, float other_val, float to_move'>
[02 Utilities.lua] Old name for approach.
</Function>
<Function name='find_missing_strings_in_theme_translations' return='' arguments='string theme_name, string master_lang_name'>
This function creates files in the theme's Languages folder listing all the strings that have no translation and all the strings that are unused.<br />
Strings that do not have an entry in the master language are considered unused.<br />
master_lang_name is the name of the ini file that contains the language with all strings used by the theme.<br />
Example: find_missing_strings_in_theme_translations("my_best_theme", "en.ini")
</Function>
<Function name='FindSelection' theme='_fallback' return='int' arguments='table list'>
[02 Utilities.lua] Return the index of a true value in <code>list</code>.
</Function>