From dd3bb52ddcfed99d4c8e6e3736ae58e1c6ed4ece Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me?= Date: Wed, 11 May 2016 07:20:09 +0200 Subject: [PATCH] Enable simplified Chinese translation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme --- README.md | 2 +- lib/lang.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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) -- 2.34.1