changeset 17598:ae3c3de19ba8

Teach stats.pl about zh_HK
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 11 Jun 2007 13:54:27 +0000
parents 751fbc2eff7e
children 10aba1e6abc9
files po/stats.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/po/stats.pl	Mon Jun 11 13:08:54 2007 +0000
+++ b/po/stats.pl	Mon Jun 11 13:54:27 2007 +0000
@@ -33,6 +33,7 @@
 $lang{pt_BR} = "Portuguese (Brazilian)";
 $lang{'sr@Latn'} = "Serbian (Latin)";
 $lang{zh_CN} = "Chinese (Simplified)";
+$lang{zh_HK} = "Chinese (Hong Kong)";
 $lang{zh_TW} = "Chinese (Traditional)";
 
 opendir(DIR, ".") || die "can't open directory: $!";