From: Jerome Jutteau Date: Wed, 14 Jun 2017 11:43:30 +0000 (+0000) Subject: [FEATURE] Add portuguese translation (and brazil) X-Git-Tag: 3.3.0~14 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/bed808591804925c3e52cb9f61f3f0ddf0502706?hp=a9248c01e37d3085a832671e795754e780e831c9 [FEATURE] Add portuguese translation (and brazil) Signed-off-by: Jerome Jutteau --- diff --git a/README.md b/README.md index 5750e48..4bc1030 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Next Release [![Build Status Next Release](https://gitlab.com/mojo42/Jirafeau/ba - Shortened URLs using base 64 encoding - Maximal upload size configurable - NO database, only use basic PHP -- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru: :es: :tk: :flag_tr: +- Simple language support :gb: :fr: :de: :it: :nl: :ro: :sk: :hu: :cn: :gr: :ru: :es: :tk: :flag_tr: :flag_pt: :flag_br: - File level [Deduplication](http://en.wikipedia.org/wiki/Data_deduplication) for storage optimization (does store duplicate files only once, but generate multiple links) - Optional data encryption - Small administration interface diff --git a/lib/lang.php b/lib/lang.php index f851b12..fc7f0bc 100644 --- a/lib/lang.php +++ b/lib/lang.php @@ -28,6 +28,8 @@ $languages_list = array('auto' => 'Automatic', 'fr' => 'Français', 'it' => 'Italiano', 'nl' => 'Nederlands', + 'pt' => 'português', + 'pt_BR' => 'português (Brasil)', 'ro' => 'Limba română', 'ru' => 'ру́сский', 'sk' => 'Slovenčina',