mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
Docs: LCL/lcltranslator. Fixes tagging errors.
This commit is contained in:
parent
cf0c11cb35
commit
dc62a1cc70
@ -320,7 +320,7 @@
|
||||
TranslateUnitResourceStringsEx calls the FindLocaleFileName implementation routine to resolve the requested language identifier, and the path and file extension for the localization files. .po files are given preference, and .mo files are used when a .po equivalent is not available.
|
||||
</p>
|
||||
<p>
|
||||
TranslateUnitResourceStringsEx calls the TranslateUnitResourceStrings routine in the <file>LazUtils</file> <file>translations.pp</file> unit to translate the specified file using the path to the localization file.
|
||||
TranslateUnitResourceStringsEx calls the TranslateUnitResourceStrings routine in the <file>translations.pp</file> unit to translate the specified file using the path to the localization file.
|
||||
</p>
|
||||
<p>
|
||||
TranslateUnitResourceStringsEx calls the TranslateResourceStrings routine in the FCL <file>gettext.pp</file> unit to translate using a .mo file when a path to .po files is not found.
|
||||
@ -345,7 +345,7 @@
|
||||
<element name="TranslateUnitResourceStringsEx.Dir">
|
||||
<short>Optional path to the localization files used in the translation.</short>
|
||||
</element>
|
||||
<element name="TranslateUnitResourceStringsEx.LocaleName">
|
||||
<element name="TranslateUnitResourceStringsEx.LocaleFileName">
|
||||
<short>Base name for the localization file used in the translation.</short>
|
||||
</element>
|
||||
<element name="TranslateUnitResourceStringsEx.LocaleUnitName">
|
||||
|
Loading…
Reference in New Issue
Block a user