LazUtils: Translations unit: declare FindAllTranslatedPoFiles function in interface

git-svn-id: trunk@57828 -
This commit is contained in:
maxim 2018-05-07 22:42:16 +00:00
parent 19bc2914a8
commit 401c1ad2dd

View File

@ -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;