Examples/translation: Add Lithuanian to language selection

git-svn-id: trunk@56587 -
This commit is contained in:
wp 2017-12-02 23:49:19 +00:00
parent 08250c5525
commit 1892f91130
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -31,6 +31,7 @@ inherited MainForm: TMainForm
'he - Hebrew'
'hu - magyar'
'it - Italiano'
'lt - Lithuanian'
'ru - русский'
'uk - Ukrainian'
'zh_CN - Chinese'