]> git.p6c8.net - jirafeau_project.git/commitdiff
Enable simplified Chinese translation
authorJérôme <mojo@couak.net>
Wed, 11 May 2016 05:20:09 +0000 (07:20 +0200)
committerJérôme <mojo@couak.net>
Wed, 11 May 2016 05:20:09 +0000 (07:20 +0200)
Signed-off-by: Jérôme <mojo@couak.net>
README.md
lib/lang.php

index 9751048d3e83867966adc3eb536a6b4b0d83456d..006fdfddc0430569e027cc049152ff5864fadf03 100644 (file)
--- 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
index 79e32d2fc7f4908528f9e7b8498a884992f9c856..d636b8d944424b53672a8aaf28bd338b8dd89e9c 100644 (file)
@@ -27,7 +27,8 @@ $languages_list = array ('auto' => 'Automatic',
                          'it'   => 'Italiano',\r
                          'nl'   => 'Nederlands',\r
                          'ro'   => 'Limba română',\r
-                         'sk'   => 'Slovenčina');\r
+                         'sk'   => 'Slovenčina',\r
+                         'zh'   => '汉语');\r
 \r
 /* Translation */\r
 function t ($text)\r

patrick-canterino.de