blue32a/laravel-language-ja

Japanese language resources for Laravel.

1.2.0 2021-06-25 15:12 UTC

This package is auto-updated.

Last update: 2024-04-17 17:59:04 UTC


README

Laravelの日本語リソース。

Japanese language resources for Laravel.

Notice

This is mainly automatic translation.

Installation

$ composer require --dev blue32a/laravel-language-ja

Usage

Publish language resources.

$ php artisan vendor:publish --tag=blue32a-lang

Change application locale configuration.

'locale' => 'ja',