mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 23:19:29 +02:00
Examples/translation: Add Lithuanian to language selection
git-svn-id: trunk@56587 -
This commit is contained in:
parent
08250c5525
commit
1892f91130
@ -134,6 +134,7 @@ begin
|
||||
'ru' : Result := $0419; // Russian
|
||||
'tr' : Result := $041F; // Turkish
|
||||
'uk' : Result := $0422; // Ukrainian
|
||||
'lt' : Result := $0427; // Lithuanian
|
||||
'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
|
||||
|
@ -31,6 +31,7 @@ inherited MainForm: TMainForm
|
||||
'he - Hebrew'
|
||||
'hu - magyar'
|
||||
'it - Italiano'
|
||||
'lt - Lithuanian'
|
||||
'ru - русский'
|
||||
'uk - Ukrainian'
|
||||
'zh_CN - Chinese'
|
||||
|
Loading…
Reference in New Issue
Block a user