mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02: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
|
||||
// to false.
|
||||
|
||||
function FindAllTranslatedPoFiles(const Filename: string): TStringList;
|
||||
|
||||
// translate resource strings for one unit
|
||||
function TranslateUnitResourceStrings(const ResUnitName, BaseFilename,
|
||||
Lang, FallbackLang: string):TTranslateUnitResult; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user