mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 02:29:34 +01:00
LazUtils: Translations unit: declare FindAllTranslatedPoFiles function in interface
git-svn-id: trunk@57828 -
This commit is contained in:
parent
19bc2914a8
commit
401c1ad2dd
@ -204,6 +204,8 @@ var
|
|||||||
// if you don't use UTF-8, install a proper widestring manager and set this
|
// if you don't use UTF-8, install a proper widestring manager and set this
|
||||||
// to false.
|
// to false.
|
||||||
|
|
||||||
|
function FindAllTranslatedPoFiles(const Filename: string): TStringList;
|
||||||
|
|
||||||
// translate resource strings for one unit
|
// translate resource strings for one unit
|
||||||
function TranslateUnitResourceStrings(const ResUnitName, BaseFilename,
|
function TranslateUnitResourceStrings(const ResUnitName, BaseFilename,
|
||||||
Lang, FallbackLang: string):TTranslateUnitResult; overload;
|
Lang, FallbackLang: string):TTranslateUnitResult; overload;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user