From: Jérôme Date: Wed, 11 May 2016 05:20:09 +0000 (+0200) Subject: Enable simplified Chinese translation X-Git-Tag: 1.2.0~33 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/dd3bb52ddcfed99d4c8e6e3736ae58e1c6ed4ece?hp=-c Enable simplified Chinese translation Signed-off-by: Jérôme --- dd3bb52ddcfed99d4c8e6e3736ae58e1c6ed4ece diff --git a/README.md b/README.md index 9751048..006fdfd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A demonstration of the latest version is available on [jirafeau.net](http://jira - Optional Password protection (for uploading or downloading) - Time limitation - Option to self-destruct after reading -- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: +- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: - Small administration interface - File level [Deduplication](http://en.wikipedia.org/wiki/Data_deduplication) for storage optimization - A basic Terms Of Service which can be adapted to your needs 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)