From: Volkan Gezer Date: Sat, 9 Aug 2014 14:52:08 +0000 (+0200) Subject: fix old Japanese language code redirection X-Git-Tag: v8.0.0alpha1~936^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bcee9d6ab7d4e17dae72701317ba889d73373fba;p=nextcloud-server.git 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 --- diff --git a/settings/personal.php b/settings/personal.php index ddebcc03024..a72b293413a 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';