Add Simplified Chinese translation support to docs-build (From Dongsheng
Song <dongsheng.song@gmail.com>)


git-svn-id: https://svn.apache.org/repos/asf/httpd/docs-build/trunk@1070863 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/list_translations.pl b/list_translations.pl
index d66ee6b..cb0f31f 100755
--- a/list_translations.pl
+++ b/list_translations.pl
@@ -11,7 +11,8 @@
         'de' => 'German',
         'es' => 'Spanish',
         'ko' => 'Korean',
-        'tr' => 'Turkish'
+        'tr' => 'Turkish',
+        'zh-cn' => 'Simplified Chinese'
         );
 
 my @engfiles = glob '*.xml mod/*.xml ssl/*.xml vhosts/*.xml programs/*.xml rewrite/*.xml';
diff --git a/review_translations.pl b/review_translations.pl
index 3f1956a..e918369 100755
--- a/review_translations.pl
+++ b/review_translations.pl
@@ -13,7 +13,8 @@
         'de' => 'German',
         'es' => 'Spanish',
         'ko' => 'Korean',
-        'tr' => 'Turkish'
+        'tr' => 'Turkish',
+        'zh-cn' => 'Simplified Chinese'
         );
 
 getopts("xl:m:");