Skip to content

adis-me/Laravel4-lang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel4-lang

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

Find more informations on http://caouecs.github.io/Laravel4-lang/

Laravel 4.0

We need your help to finish to translate validation.php file with array elements.

You can follow translations in the issue #73.

Laravel 4.1

To be ready for the new version of Laravel, we need your help. In reminders.php file, a new line has been added :

"sent" => "Password reminder sent!",

You can follow translations in the issue #137.

In validation.php file, a new line has been added :

"required_without_all" => "The :attribute field is required when none of :values are present."

You can follow translations in the issue #172.

How add languages in my app ?

Installation by GitHub

Installation by Composer

  • Add "caouecs/laravel4-lang": "dev-master" in your composer.json in "require" or run composer require caouecs/laravel4-lang
  • Do "composer update"
  • Files of languages are in "vendor/caouecs/laravel4-lang" directory
  • Copy the folders of languages that you want, in app/lang folder of your application Laravel

Language by default in your app

In the file app/config/app.php, change the value of language by the short name of your language.

How can I add a language in this project ?

  • fork this repository
  • create a directory with the short name of the language (ex: fr for French) from ISO-639-1 ( see Wikipedia )
  • copy this three files of the english version with your translate
  • add a pull request with the name of the language

How can I fix a file ?

  • fork this repository
  • update the file
  • add a pull request with the name of the language

Packages

No packages published

Languages

  • PHP 100.0%