aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/gen.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-11-04 21:50:46 +0100
committerGravatar GitHub <noreply@github.com> 2020-11-04 21:50:46 +0100
commitbb5b723def02b1f2c58f249977fa27b82ff8f1ac (patch)
tree0440a5578b73a9f8a26254361fcb713ec34f58c5 /app/i18n/it/gen.php
parentab1430ba67735b5eff4a7ef544917ec06809252c (diff)
i18n ignore name of languages (#3240)
Diffstat (limited to 'app/i18n/it/gen.php')
-rw-r--r--app/i18n/it/gen.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php
index feac1f908..721d34dbc 100644
--- a/app/i18n/it/gen.php
+++ b/app/i18n/it/gen.php
@@ -127,23 +127,23 @@ return array(
'should_be_activated' => 'JavaScript deve essere abilitato',
),
'lang' => array(
- 'cz' => 'Čeština', // TODO - Translation
- 'de' => 'Deutsch', // TODO - Translation
- 'en' => 'English', // TODO - Translation
+ 'cz' => 'Čeština',
+ 'de' => 'Deutsch',
+ 'en' => 'English',
'en-us' => 'English (United States)',
- 'es' => 'Español', // TODO - Translation
- 'fr' => 'Français', // TODO - Translation
- 'he' => 'עברית', // TODO - Translation
- 'it' => 'Italiano', // TODO - Translation
- 'kr' => '한국어', // TODO - Translation
- 'nl' => 'Nederlands', // TODO - Translation
- 'oc' => 'Occitan', // TODO - Translation
- 'pl' => 'Polski', // TODO - Translation
- 'pt-br' => 'Português (Brasil)', // TODO - Translation
- 'ru' => 'Русский', // TODO - Translation
- 'sk' => 'Slovenčina', // TODO - Translation
- 'tr' => 'Türkçe', // TODO - Translation
- 'zh-cn' => '简体中文', // TODO - Translation
+ 'es' => 'Español',
+ 'fr' => 'Français',
+ 'he' => 'עברית',
+ 'it' => 'Italiano',
+ 'kr' => '한국어',
+ 'nl' => 'Nederlands',
+ 'oc' => 'Occitan',
+ 'pl' => 'Polski',
+ 'pt-br' => 'Português (Brasil)',
+ 'ru' => 'Русский',
+ 'sk' => 'Slovenčina',
+ 'tr' => 'Türkçe',
+ 'zh-cn' => '简体中文',
),
'menu' => array(
'about' => 'Informazioni',