mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-17 21:08:20 +01:00
[FEATURE] Add portuguese translation (and brazil)
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
This commit is contained in:
parent
a9248c01e3
commit
bed8085918
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user