]> git.p6c8.net - jirafeau_project.git/commitdiff
Enable Russian translation
authorJerome Jutteau <j.jutteau@gmail.com>
Sat, 5 Nov 2016 11:10:24 +0000 (12:10 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Sat, 5 Nov 2016 11:33:01 +0000 (12:33 +0100)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
README.md
lib/lang.php

index d2abe634105bd12087a75fb330de9087286f0ed6..329a4bbe7bfdc8353c473e5308d20754acb0de0a 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: :cn: :gr:
+-  Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru:
 -  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 4271c7f0e0c700075fad029bee2b51804df99927..c193af4e400bf38a2bb9747d2b1b6e1f5b29f8b0 100644 (file)
@@ -28,6 +28,7 @@ $languages_list = array ('auto' => 'Automatic',
                          'it'   => 'Italiano',\r
                          'nl'   => 'Nederlands',\r
                          'ro'   => 'Limba română',\r
+                         'ru'   => 'ру́сский язы́к',\r
                          'sk'   => 'Slovenčina',\r
                          'zh'   => '汉语');\r
 \r

patrick-canterino.de