mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix old Japanese language code redirection
ja_JP has not been updated since March and the reference to this language should be removed. It also exists as *ja* on Transifex
This commit is contained in:
parent
7b6b99f55a
commit
bcee9d6ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ $enableDecryptAll = $filesStillEncrypted || $backupKeysExists;
|
|||
|
||||
// array of common languages
|
||||
$commonlangcodes = array(
|
||||
'en', 'es', 'fr', 'de', 'de_DE', 'ja_JP', 'ar', 'ru', 'nl', 'it', 'pt_BR', 'pt_PT', 'da', 'fi_FI', 'nb_NO', 'sv', 'tr', 'zh_CN', 'ko'
|
||||
'en', 'es', 'fr', 'de', 'de_DE', 'ja', 'ar', 'ru', 'nl', 'it', 'pt_BR', 'pt_PT', 'da', 'fi_FI', 'nb_NO', 'sv', 'tr', 'zh_CN', 'ko'
|
||||
);
|
||||
|
||||
$languageNames=include 'languageCodes.php';
|
||||
|
|
|
|||
Loading…
Reference in a new issue