X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/27cdf4390c5d359fb4151bc348ca52c9cca25e5f..a3babcb0c9910efe9d7f103d6553604693531d92:/lib/lang.php

diff --git a/lib/lang.php b/lib/lang.php
index 79e32d2..d636b8d 100644
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -27,7 +27,8 @@ $languages_list = array ('auto' => 'Automatic',
                          'it'   => 'Italiano',
                          'nl'   => 'Nederlands',
                          'ro'   => 'Limba română',
-                         'sk'   => 'Slovenčina');
+                         'sk'   => 'Slovenčina',
+                         'zh'   => '汉语');
 
 /* Translation */
 function t ($text)