Thanks to visit codestin.com
Credit goes to github.com

Skip to content

List of 78 languages for Laravel Framework 4-9, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

License

Notifications You must be signed in to change notification settings

nrueckmann/laravel-lang-lang

 
 

Repository files navigation

Laravel-lang

Stories in Ready

In this repository, you can find the lang files for the framework PHP, Laravel 4&5.

Install

Via Composer

  • For Laravel 5.8 : run composer require caouecs/laravel-lang:~4.0 in your project folder
  • For Laravel 5.1-7 : run composer require caouecs/laravel-lang:~3.0 in your project folder
  • For Laravel 5 : run composer require caouecs/laravel-lang:~2.0 in your project folder
  • For Laravel 4 : run composer require caouecs/laravel-lang:~1.0 in your project folder
  • Files of languages are in "vendor/caouecs/laravel-lang" directory
  • Copy the folders of languages that you want, in the resources/lang folder of your Laravel application (app/lang in Laravel 4).

Via GitHub

  • Clone the GitHub repository : git clone https://github.com/caouecs/Laravel-lang.git
  • Or download the zip file
  • Choose the branch:
    • laravel4 for Laravel4 project
    • master for Laravel 5.1-5.7 project
    • laravel58 for Laravel 5.8 project
  • Copy the folders of languages that you want, in resources/lang folder of your Laravel application (app/lang in Laravel 4).

Via SVN

Run this in your project directory:

# Laravel 5:
svn export https://github.com/caouecs/Laravel-lang/trunk/src/[language-code] resources/lang/[language-code]

# Laravel 4:
svn export https://github.com/caouecs/Laravel-lang/branches/laravel4/[language-code] app/lang/[language-code]

Replace [language-code] by any of the languages listed here.

Usage [Laravel only]

In the file config/app.php, change the value of locale by the short name of your language (app/config/app.php in Laravel 4).

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Status of files

  • Check the todo.md file to see the missing translations.

Projects based on this package

Credits

About

List of 78 languages for Laravel Framework 4-9, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%