X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FLanguages.php;h=d83e0765794af8cfbf0a5f762b5070162181a811;hb=1e49a65a2a930390cf00114cc30d8516626331c2;hp=b9c5d0e8c3cbf627a590516d448ab9c85343a4fb;hpb=9d9f6d75b94aab51067bdfbe50b58b66d1194f6d;p=github%2Fshaarli%2FShaarli.git diff --git a/application/Languages.php b/application/Languages.php index b9c5d0e8..d83e0765 100644 --- a/application/Languages.php +++ b/application/Languages.php @@ -3,7 +3,6 @@ namespace Shaarli; use Gettext\GettextTranslator; -use Gettext\Merge; use Gettext\Translations; use Gettext\Translator; use Gettext\TranslatorInterface; @@ -180,9 +179,10 @@ class Languages { return [ 'auto' => t('Automatic'), + 'de' => t('German'), 'en' => t('English'), 'fr' => t('French'), - 'de' => t('German'), + 'jp' => t('Japanese'), ]; } }