diff options
| author | 2022-10-13 21:50:26 +0800 | |
|---|---|---|
| committer | 2022-10-13 15:50:26 +0200 | |
| commit | ca1764f49226f490ba15b2b0dfc3b5553f30e2b3 (patch) | |
| tree | caefa9f0382065862342b830da3a23835773efa4 /app/i18n/el | |
| parent | 859aa84c2d62242885d8a696ca68ce474896a589 (diff) | |
Add id-🇮🇩 Translation (#4706)
* Add id-🇮🇩 Translation
* Update id Translation for admin.php
* make fix-all
* Bahasa Indonesia
* Fix typos config
* Update user.php
* make fix-all
* Typographic quotes
* make fix-all
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/el')
| -rw-r--r-- | app/i18n/el/gen.php | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/app/i18n/el/gen.php b/app/i18n/el/gen.php index 576d01bb8..aed28cae7 100644 --- a/app/i18n/el/gen.php +++ b/app/i18n/el/gen.php @@ -138,25 +138,26 @@ return array( 'should_be_activated' => 'JavaScript must be enabled', // TODO ), 'lang' => array( - 'cz' => 'Čeština', // TODO - 'de' => 'Deutsch', // TODO - 'en' => 'English', // TODO - 'en-us' => 'English (United States)', // TODO - 'es' => 'Español', // TODO - 'fr' => 'Français', // TODO - 'he' => 'עברית', // TODO - 'it' => 'Italiano', // TODO - 'ja' => '日本語', // TODO - 'ko' => '한국어', // TODO - 'nl' => 'Nederlands', // TODO - 'oc' => 'Occitan', // TODO - 'pl' => 'Polski', // TODO - 'pt-br' => 'Português (Brasil)', // TODO - 'ru' => 'Русский', // TODO - 'sk' => 'Slovenčina', // TODO - 'tr' => 'Türkçe', // TODO - 'zh-cn' => '简体中文', // TODO - 'zh-tw' => '正體中文', // TODO + 'cz' => 'Čeština', // IGNORE + 'de' => 'Deutsch', // IGNORE + 'en' => 'English', // IGNORE + 'en-us' => 'English (United States)', // IGNORE + 'es' => 'Español', // IGNORE + 'fr' => 'Français', // IGNORE + 'he' => 'עברית', // IGNORE + 'id' => 'Bahasa Indonesia', // IGNORE + 'it' => 'Italiano', // IGNORE + 'ja' => '日本語', // IGNORE + 'ko' => '한국어', // IGNORE + 'nl' => 'Nederlands', // IGNORE + 'oc' => 'Occitan', // IGNORE + 'pl' => 'Polski', // IGNORE + 'pt-br' => 'Português (Brasil)', // IGNORE + 'ru' => 'Русский', // IGNORE + 'sk' => 'Slovenčina', // IGNORE + 'tr' => 'Türkçe', // IGNORE + 'zh-cn' => '简体中文', // IGNORE + 'zh-tw' => '正體中文', // IGNORE ), 'menu' => array( 'about' => 'About', // TODO |
