Examples/translation: Update language selection combobox (new Ukrainian and Chinese translations).

git-svn-id: trunk@56586 -
This commit is contained in:
wp 2017-12-02 23:44:40 +00:00
parent fecc86e1f6
commit 08250c5525
5 changed files with 6 additions and 2 deletions

View File

@ -4,5 +4,5 @@ object LocalizedForm: TLocalizedForm
Top = 238
Width = 320
Caption = 'LocalizedForm'
LCLVersion = '1.5'
LCLVersion = '1.9.0.0'
end

View File

@ -133,6 +133,7 @@ begin
'pt' : Result := $0816; // Portuguese (Portugal)
'ru' : Result := $0419; // Russian
'tr' : Result := $041F; // Turkish
'uk' : Result := $0422; // Ukrainian
'zh_cn', 'zh-cn': Result := $0804; // Chinese (China)
'zh_tw', 'zh-tw': Result := $0404; // Chinese (Taiwan)
// please complete if necessary. Language code and LCIDs can be found at

View File

@ -21,6 +21,7 @@ inherited MainForm: TMainForm
Height = 23
Top = 13
Width = 100
DropDownCount = 16
ItemHeight = 15
Items.Strings = (
'de - deutsch'
@ -31,6 +32,8 @@ inherited MainForm: TMainForm
'hu - magyar'
'it - Italiano'
'ru - русский'
'uk - Ukrainian'
'zh_CN - Chinese'
)
OnChange = CbLanguageChange
Style = csDropDownList

View File

@ -99,7 +99,7 @@
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>