mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +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
|
Top = 238
|
||||||
Width = 320
|
Width = 320
|
||||||
Caption = 'LocalizedForm'
|
Caption = 'LocalizedForm'
|
||||||
LCLVersion = '1.5'
|
LCLVersion = '1.9.0.0'
|
||||||
end
|
end
|
||||||
|
@ -133,6 +133,7 @@ begin
|
|||||||
'pt' : Result := $0816; // Portuguese (Portugal)
|
'pt' : Result := $0816; // Portuguese (Portugal)
|
||||||
'ru' : Result := $0419; // Russian
|
'ru' : Result := $0419; // Russian
|
||||||
'tr' : Result := $041F; // Turkish
|
'tr' : Result := $041F; // Turkish
|
||||||
|
'uk' : Result := $0422; // Ukrainian
|
||||||
'zh_cn', 'zh-cn': Result := $0804; // Chinese (China)
|
'zh_cn', 'zh-cn': Result := $0804; // Chinese (China)
|
||||||
'zh_tw', 'zh-tw': Result := $0404; // Chinese (Taiwan)
|
'zh_tw', 'zh-tw': Result := $0404; // Chinese (Taiwan)
|
||||||
// please complete if necessary. Language code and LCIDs can be found at
|
// please complete if necessary. Language code and LCIDs can be found at
|
||||||
|
@ -21,6 +21,7 @@ inherited MainForm: TMainForm
|
|||||||
Height = 23
|
Height = 23
|
||||||
Top = 13
|
Top = 13
|
||||||
Width = 100
|
Width = 100
|
||||||
|
DropDownCount = 16
|
||||||
ItemHeight = 15
|
ItemHeight = 15
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'de - deutsch'
|
'de - deutsch'
|
||||||
@ -31,6 +32,8 @@ inherited MainForm: TMainForm
|
|||||||
'hu - magyar'
|
'hu - magyar'
|
||||||
'it - Italiano'
|
'it - Italiano'
|
||||||
'ru - русский'
|
'ru - русский'
|
||||||
|
'uk - Ukrainian'
|
||||||
|
'zh_CN - Chinese'
|
||||||
)
|
)
|
||||||
OnChange = CbLanguageChange
|
OnChange = CbLanguageChange
|
||||||
Style = csDropDownList
|
Style = csDropDownList
|
||||||
|
@ -99,7 +99,7 @@
|
|||||||
</Target>
|
</Target>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<IncludeFiles Value="$(ProjOutDir)"/>
|
<IncludeFiles Value="$(ProjOutDir)"/>
|
||||||
<UnitOutputDirectory Value="units\$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Parsing>
|
<Parsing>
|
||||||
<SyntaxOptions>
|
<SyntaxOptions>
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user