From bcee9d6ab7d4e17dae72701317ba889d73373fba Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sat, 9 Aug 2014 16:52:08 +0200 Subject: [PATCH] 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 --- settings/personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/personal.php b/settings/personal.php index ddebcc0302..a72b293413 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -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';