Validationの日本語化
Macでは
php -r "copy('https://readouble.com/laravel/8.x/ja/install-ja-lang-files.php', 'install-ja-lang.php');"
php -f install-ja-lang.php
php -r "unlink('install-ja-lang.php');"
このままでは属性が日本語化されないので例えば
resources/lang/ja/validation.php
// 最終行近く
'attributes' => [
"name" => "氏名",
"tag_name" => "タグ名",
"email" => "メールアドレス",
"password" => "パスワード",
"password_confirmation" => "パスワード(確認用)",
"content" => "内容",
"memo_img" => "添付書類"
],
などとする
Author And Source
この問題について(Validationの日本語化), 我々は、より多くの情報をここで見つけました https://qiita.com/min0727/items/7b0feaa98a41e5393876著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .