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
remotes/origin/fix-10825
Volkan Gezer 2014-08-09 16:52:08 +07:00
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';