Japanese translation: add language to admin configuration page
Also use ISO country code (JP) instead of JA.
This commit is contained in:
parent
bea062149e
commit
ebc027ec0a
2 changed files with 2 additions and 1 deletions
|
@ -179,9 +179,10 @@ public static function getAvailableLanguages()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'auto' => t('Automatic'),
|
'auto' => t('Automatic'),
|
||||||
|
'de' => t('German'),
|
||||||
'en' => t('English'),
|
'en' => t('English'),
|
||||||
'fr' => t('French'),
|
'fr' => t('French'),
|
||||||
'de' => t('German'),
|
'jp' => t('Japanese'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue