From 65ccd2f7b4607126bcc599d182752a4bcb748342 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 10 Jul 2007 16:13:44 +0000 Subject: [PATCH] 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 --- po/postats.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/po/postats.sh b/po/postats.sh index d09578aa9e..d37817c736 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -215,7 +215,9 @@ cat < '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']; -- 2.39.5