summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-08-13 22:29:56 +0200
committerVolkan Gezer <wakeup@users.noreply.github.com>2014-08-13 22:29:56 +0200
commit1266ebdb10fc1e1e8fca70c46d5b7d85a7e2ea24 (patch)
tree53b1faafdd53d8f651c47ac78f6fde8a80b114a1 /settings
parent1b4793db661ae7614d05d525975f9d3cc7e5f3f5 (diff)
downloadnextcloud-server-1266ebdb10fc1e1e8fca70c46d5b7d85a7e2ea24.tar.gz
nextcloud-server-1266ebdb10fc1e1e8fca70c46d5b7d85a7e2ea24.zip
fix japanese lang code
Diffstat (limited to 'settings')
-rw-r--r--settings/personal.php2
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';