]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Japanese translation: add language to admin configuration page
authorArthurHoaro <arthur@hoa.ro>
Thu, 27 Aug 2020 13:00:33 +0000 (15:00 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 27 Aug 2020 13:00:48 +0000 (15:00 +0200)
Also use ISO country code (JP) instead of JA.

application/Languages.php
inc/languages/jp/LC_MESSAGES/shaarli.po [moved from inc/languages/ja/LC_MESSAGES/shaarli.po with 100% similarity]

index 5cda802e0c1faaf57058e0dca653cc713c90c0c3..d83e0765794af8cfbf0a5f762b5070162181a811 100644 (file)
@@ -179,9 +179,10 @@ class Languages
     {
         return [
             'auto' => t('Automatic'),
+            'de' => t('German'),
             'en' => t('English'),
             'fr' => t('French'),
-            'de' => t('German'),
+            'jp' => t('Japanese'),
         ];
     }
 }