mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 09:09:29 +02:00
fpcunit: less hints
git-svn-id: trunk@52910 -
This commit is contained in:
parent
934d3bae21
commit
71974fe6ba
@ -1073,6 +1073,8 @@ procedure TranslateResStrings;
|
||||
var
|
||||
Lang, FallbackLang, S: String;
|
||||
begin
|
||||
Lang:='';
|
||||
FallbackLang:='';
|
||||
GetLanguageIDs(Lang, FallbackLang); // in unit gettext
|
||||
S := AppendPathDelim(AppendPathDelim(ExtractFileDir(ParamStr(0))) + 'languages');
|
||||
if FallbackLang = 'pt' then
|
||||
|
Loading…
Reference in New Issue
Block a user