Merge pull request #10312 from owncloud/fix-old-japanese
fix old Japanese language code redirection
This commit is contained in:
commit
c42ce20054
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