|
3 settimane fa | |
---|---|---|
.. | ||
json | 3 settimane fa | |
script | 3 settimane fa | |
src | 3 settimane fa | |
.editorconfig | 3 settimane fa | |
.gitignore | 3 settimane fa | |
.php_cs | 3 settimane fa | |
CHANGELOG.md | 3 settimane fa | |
CODE_OF_CONDUCT.md | 3 settimane fa | |
CONTRIBUTING.md | 3 settimane fa | |
LICENSE.md | 3 settimane fa | |
README.md | 3 settimane fa | |
Source.md | 3 settimane fa | |
changelog.php | 3 settimane fa | |
composer.json | 3 settimane fa | |
todo.md | 3 settimane fa |
In this repository, you can find the lang files for the framework PHP, Laravel 4&5.
With [Laravel 5.8](https://github.com/caouecs/Laravel-lang/issues/1007), we must update passwords file, with the numbers of characters for the password, in `laravel58` branch.
composer require caouecs/laravel-lang:dev-laravel58
in your project foldercomposer require caouecs/laravel-lang:~3.0
in your project foldercomposer require caouecs/laravel-lang:~2.0
in your project foldercomposer require caouecs/laravel-lang:~1.0
in your project folderlaravel4
for Laravel4 projectmaster
for Laravel5 projectRun 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.
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).
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.