Skip to content

Commit

Permalink
デフォルトの言語を日本語に設定。
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-s committed Aug 11, 2011
1 parent 98891e9 commit 5bdda2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/concrete/config/localization.php
Expand Up @@ -2,7 +2,7 @@
defined('C5_EXECUTE') or die("Access Denied.");

$u = new User();
Config::getOrDefine('SITE_LOCALE', 'en_US');
Config::getOrDefine('SITE_LOCALE', 'ja_JP.UTF8');

if ($u->getUserDefaultLanguage() != '') {
define('ACTIVE_LOCALE', $u->getUserDefaultLanguage());
Expand Down

0 comments on commit 5bdda2c

Please sign in to comment.