git.p6c8.net
/
jirafeau_mojo42.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[FEATURE] Add docker image support
[jirafeau_mojo42.git]
/
lib
/
lang.php
diff --git
a/lib/lang.php
b/lib/lang.php
index 4c5bce267e9fb6b76415f0bdd21986ab9961f5b8..fc7f0bc99e2075afc4334b0ee5de347215ec7da2 100644
(file)
--- a/
lib/lang.php
+++ b/
lib/lang.php
@@
-28,9
+28,12
@@
$languages_list = array('auto' => 'Automatic',
'fr' => 'Français',
'it' => 'Italiano',
'nl' => 'Nederlands',
'fr' => 'Français',
'it' => 'Italiano',
'nl' => 'Nederlands',
+ 'pt' => 'português',
+ 'pt_BR' => 'português (Brasil)',
'ro' => 'Limba română',
'ru' => 'ру́сский',
'sk' => 'Slovenčina',
'ro' => 'Limba română',
'ru' => 'ру́сский',
'sk' => 'Slovenčina',
+ 'tr' => 'Türkçe',
'zh' => '汉语');
/* Translation */
'zh' => '汉语');
/* Translation */
patrick-canterino.de