Japanese translation: add language to admin configuration page

Also use ISO country code (JP) instead of JA.
This commit is contained in:
ArthurHoaro 2020-08-27 15:00:33 +02:00
parent bea062149e
commit ebc027ec0a
2 changed files with 2 additions and 1 deletions

View 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'),
];
}
}