mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
LazDataDesktop: removed 'pt'->'pb' substitution hack for Brazilian Portuguese translation, it is not needed for a long time.
git-svn-id: trunk@52549 -
This commit is contained in:
parent
76a4a4b4ab
commit
56da1253e2
@ -1886,14 +1886,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