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:
Jean-Marc Lasgouttes 2007-07-10 16:13:44 +00:00
parent 6c15c36495
commit 65ccd2f7b4

View File

@ -215,7 +215,9 @@ cat <<EOF
'sl' => 'Slovenian',
'sv' => 'Swedish',
'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'];