mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
Merged revision(s) 52549 #56da1253e2 from trunk:
LazDataDesktop: removed 'pt'->'pb' substitution hack for Brazilian Portuguese translation, it is not needed for a long time. ........ git-svn-id: branches/fixes_1_6@52613 -
This commit is contained in:
parent
1d5e53891e
commit
70ea622717
@ -1607,14 +1607,7 @@ begin
|
||||
LangID1 := Application.GetOptionValue('language');
|
||||
LangID2 := '';
|
||||
if Trim(LangId1) = '' then
|
||||
begin
|
||||
LazGetLanguageIDs(LangID1,LangID2);
|
||||
if LangID2 = 'pt' then
|
||||
begin
|
||||
LangID1 := 'pb';
|
||||
LangID2 := '';
|
||||
end;
|
||||
end;
|
||||
TranslateUnitResourceStrings('sdb_consts',basedir+
|
||||
'components/dbexport/languages/sdb_consts'+ext, LangID1,LangID2);
|
||||
TranslateUnitResourceStrings('ldd_consts',basedir+
|
||||
|
Loading…
Reference in New Issue
Block a user