Skip to content

Commit

Permalink
Update README-ja.md
Browse files Browse the repository at this point in the history
  • Loading branch information
askdkc committed Jan 14, 2023
1 parent 383893d commit e17bf18
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,16 +266,11 @@ http://localhost:8000
データが読み込まれます。大量のデータでも捌いてくれます👍

## 日本語化
そのままだと各種メニューは英語表記なので、configを修正して日本語化しましょう
```vim
config/app.php
---before---
'locale' => 'en',
------------
---after---
'locale' => 'ja',
-----------
セットアップコマンド実行時に下記質問が出てくるので、ここで`yes`と入力してください
```bash
Would you like to set your locale to Japanese? / 言語を日本語にしますか? (yes/no) [no]:

↑ここでyesと入力
```

## 細かな説明
Expand Down

0 comments on commit e17bf18

Please sign in to comment.