[Xfce4-commits] <www:master> Add Chinese to languages.

Nick Schermer noreply at xfce.org
Sat Apr 7 13:28:01 CEST 2012


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

commit 228ee23d6103c380a7cf802ac032112a61eceb49
Author: Nick Schermer <nick at 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);


More information about the Xfce4-commits mailing list