Updating branch refs/heads/master
         to 228ee23d6103c380a7cf802ac032112a61eceb49 (commit)
       from 5d034b0cfde143c6ba13abcefc9c3f894a22108e (commit)

commit 228ee23d6103c380a7cf802ac032112a61eceb49
Author: Nick Schermer <n...@xfce.org>
Date:   Sat Apr 7 13:27:29 2012 +0200

    Add Chinese to languages.

 lib/locales.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/locales.php b/lib/locales.php
index 3ad56cf..482b8c8 100644
--- a/lib/locales.php
+++ b/lib/locales.php
@@ -6,7 +6,8 @@ $languages = array (
        'es' => 'Spanish (Castilian)',
        'it' => 'Italian',
        'ja' => 'Japanese',
-       'sk' => 'Slovak');
+       'sk' => 'Slovak',
+       'zh_CN' => 'Chinese (China)');
 
 /* used in header and language detection functions */
 $language_codes = array_keys ($languages);
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to