https://github.com/blue32a/laravel-language-ja
Japanese language resources for Laravel. (Laravelの日本語リソース)
https://github.com/blue32a/laravel-language-ja
japanese-language language-resources laravel php
Last synced: 6 months ago
JSON representation
Japanese language resources for Laravel. (Laravelの日本語リソース)
- Host: GitHub
- URL: https://github.com/blue32a/laravel-language-ja
- Owner: blue32a
- License: mit
- Created: 2020-03-16T02:28:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T11:46:55.000Z (almost 5 years ago)
- Last Synced: 2025-05-02T21:43:39.841Z (about 1 year ago)
- Topics: japanese-language, language-resources, laravel, php
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laravel-language-ja

[Laravel](https://github.com/laravel/laravel)の日本語リソース。
Japanese language resources for Laravel.
## Notice
This is mainly automatic translation.
## Installation
```console
$ composer require --dev blue32a/laravel-language-ja
```
## Usage
Publish language resources.
```console
$ php artisan vendor:publish --tag=blue32a-lang
```
Change application locale configuration.
```
'locale' => 'ja',
```