mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
Examples/translation: Update language selection combobox (new Ukrainian and Chinese translations).
git-svn-id: trunk@56586 -
This commit is contained in:
parent
fecc86e1f6
commit
08250c5525
@ -4,5 +4,5 @@ object LocalizedForm: TLocalizedForm
|
||||
Top = 238
|
||||
Width = 320
|
||||
Caption = 'LocalizedForm'
|
||||
LCLVersion = '1.5'
|
||||
LCLVersion = '1.9.0.0'
|
||||
end
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -99,7 +99,7 @@
|
||||
</Target>
|
||||
<SearchPaths>
|
||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
||||
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Parsing>
|
||||
<SyntaxOptions>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user