mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
add chinese to the list of known languages
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19030 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6c15c36495
commit
65ccd2f7b4
@ -215,7 +215,9 @@ cat <<EOF
|
|||||||
'sl' => 'Slovenian',
|
'sl' => 'Slovenian',
|
||||||
'sv' => 'Swedish',
|
'sv' => 'Swedish',
|
||||||
'tr' => 'Turkish',
|
'tr' => 'Turkish',
|
||||||
'wa' => 'Walloon'
|
'wa' => 'Walloon',
|
||||||
|
'zh_CN' => 'Simplified Chinese',
|
||||||
|
'zh_TW' => 'Traditional Chinese'
|
||||||
);
|
);
|
||||||
|
|
||||||
\$noOfMsg = \$podata[0]['msg_tr'] + \$podata[0]['msg_fu'] + \$podata[0]['msg_nt'];
|
\$noOfMsg = \$podata[0]['msg_tr'] + \$podata[0]['msg_fu'] + \$podata[0]['msg_nt'];
|
||||||
|
Loading…
Reference in New Issue
Block a user