[Pkg-owncloud-commits] [owncloud] 65/121: fix japanese lang code
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 1266ebdb10fc1e1e8fca70c46d5b7d85a7e2ea24
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date: Wed Aug 13 22:29:56 2014 +0200
fix japanese lang code
---
settings/personal.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/personal.php b/settings/personal.php
index ddebcc0..a72b293 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';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list