X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/c9f3ec5aa338fa2f214bbd5de4a3120b7387a44e..dd3bb52ddcfed99d4c8e6e3736ae58e1c6ed4ece:/lib/lang.php?ds=sidebyside 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)