diff options
author | Volkan Gezer <volkangezer@gmail.com> | 2014-08-09 16:52:08 +0200 |
---|---|---|
committer | Volkan Gezer <volkangezer@gmail.com> | 2014-08-09 16:52:08 +0200 |
commit | bcee9d6ab7d4e17dae72701317ba889d73373fba (patch) | |
tree | 39be68d6941a9f4f14bc7810861696dd0e3c5b93 /settings/personal.php | |
parent | 7b6b99f55a2400527f77ddedbd18d97e3723773f (diff) | |
download | nextcloud-server-bcee9d6ab7d4e17dae72701317ba889d73373fba.tar.gz nextcloud-server-bcee9d6ab7d4e17dae72701317ba889d73373fba.zip |
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
Diffstat (limited to 'settings/personal.php')
-rw-r--r-- | settings/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |