You've already forked lazarus-ccr
TvPlanIt/FullDemo: Fix missing vpsr translation caused by last commit. Fix name of polish translation in language combobox.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8294 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -746,7 +746,7 @@ begin
|
||||
'hu': po.Add('hu - magyar');
|
||||
'it': po.Add('it - Italiano');
|
||||
'nl': po.Add('nl - Dutch');
|
||||
'pl': po.Add('pl - Polskie');
|
||||
'pl': po.Add('pl - Polski');
|
||||
'ru': po.Add('ru - русский');
|
||||
end;
|
||||
end;
|
||||
@ -999,7 +999,7 @@ begin
|
||||
begin
|
||||
*)
|
||||
SetDefaultLang(FLang, langdir);
|
||||
//TranslateUnitResourceStrings('vpsr', langdir + 'vpsr.' + FLang + '.po');
|
||||
TranslateUnitResourceStrings('vpsr', langdir + 'vpsr.' + FLang + '.po');
|
||||
//end;
|
||||
{
|
||||
VpDayView1.LoadLanguage;
|
||||
|
Reference in New Issue
Block a user