GithubHelp home page GithubHelp logo

laravel-8-lang-ja's Introduction

The Japanese localization files for Laravel 8 JetStream

A set of Japanese message files for Laravel 8. The necessary parts are Japaneseized for dashboards and so on.

To be specific, this corresponds to the part described in `{{{ __('message') }}} for i18n.

./resources
└── lang
    ├── ja
    │   ├── auth.php
    │   ├── pagination.php
    │   ├── passwords.php
    │   └── validation.php
    └── ja.json

Usage

1. Change the locale specified in the file config/app.php to Japanese. Changing from en to ja.

    'locale' => 'ja',
    'fallback_locale' => 'ja',

2. Download the files from this repository and overwrite them.

GUI Operation

Copy the resouces directory downloaded from this repository to your Laravel root directory.

Command Operation

Please change the your/laravel/root part to your environment.

git clone https://github.com/takehirotakiuchi/laravel-8-resources-lang-ja.git
cd laravel-8-resources-lang-ja
cp -pR ./resources your/laravel/root/

Reference

laravel-8-lang-ja's People

Contributors

takehirotakiuchi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.