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

Skip to content

valedaemon/Laravel4-lang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel4-lang

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

How add languages in my app ?

To add languages in your application:

  • clone this repository
  • or take the zip file
  • copy the folders of languages that you want, in app/lang

What languages can I find in this project ?

For the moment, we have:

  • Chinese (zh-CN)
  • Dutch (nl)
  • French (fr)
  • German (de)
  • Polish (pl)
  • Russian (ru)
  • Spanish (es)
  • Turkish (tr)

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)
  • copy this three files of the english version with your translate
  • add a pull request in the branch develop of this repository, with the name of the language

How can I fix a file ?

  • fork this repository
  • update the file
  • add a pull request in the branch develop of this repository, with the name of the language

How can I change the language by default in my app ?

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

Sources

About

List of languages for Laravel4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published