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:
maxim 2016-06-21 23:12:50 +00:00
parent 76a4a4b4ab
commit 56da1253e2

View File

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