X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/85cfef4c98b0e8157d91ce1693a8a09c321721e2..b94d50a211192733cc10a9bb7a8d1bd521d4a008:/lib/lang.php?ds=inline 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)