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/
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
For the moment, we have:
- Arabic (ar)
- Bulgarian (bg)
- Chinese (zh-CN)
- Dutch (nl)
- French (fr)
- German (de)
- Greek (el)
- Hebrew (he) partial
- Polish (pl)
- Russian (ru)
- Spanish (es)
- Traditional Chinese (Hong Kong) (zh-HK)
- Turkish (tr)
- 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
- fork this repository
- update the file
- add a pull request in the branch develop of this repository, with the name of the language
In the file app/config/app.php, change the value of language by the short name of your language.
-
07 June 2013
-
04 June 2013
- Add traditional chinese (HK) by efilm
- Add attributes (ar) by AAlakkad
- Review (nl) by jeroengerits
- Arabic (ar) : AAlakkad
- Bulgarian (bg) : RoumenDamianoff
- Chinese (zh-CN) : phoenixg
- Dutch (nl) : byordereurope
- French (fr) : Laravel-France
- German (de) : Hettiger
- Greek (el) : igaster
- Hebrew (he) [LighTo273]((https://github.com/LighTo273)
- Polish (pl) : anojszewski
- Russian (ru) : EvgenyKovalev
- Spanish (es) : Nikoskip
- Traditional Chinese (Hong Kong) (zh-HK) : efilm
- Turkish (tr) : Sineld