Ver código fonte

タイムゾーン、ロケール設定

develop
sosuke.iwabuchi 2 anos atrás
pai
commit
e097a1e42d
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      config/app.php

+ 3
- 3
config/app.php Ver arquivo

@@ -69,7 +69,7 @@ return [
|
*/

'timezone' => 'UTC',
'timezone' => 'Asia/Tokyo',

/*
|--------------------------------------------------------------------------
@@ -82,7 +82,7 @@ return [
|
*/

'locale' => 'en',
'locale' => 'ja',

/*
|--------------------------------------------------------------------------
@@ -95,7 +95,7 @@ return [
|
*/

'fallback_locale' => 'en',
'fallback_locale' => 'ja',

/*
|--------------------------------------------------------------------------


Carregando…
Cancelar
Salvar