This project contains translations for the CodeIgniter system messages folder, system/language/english.
Copy the folder(s) for the idioms you are interested in, from inside the language folder of this project to your application/language folder.
You may then use the CodeIgniter Language class to reference the translations directly, or you can set the default language in application/config/config to the idiom appropriate for your webapp.
There have been several questions about RTL languages, but that is not something addressed in CodeIgniter. The suggested approach is to keep any translations in left-to-right order, and to deal with right-to-left rendering through the "dir" attribute of an HTML element, or the "direction" attribute in CSS.
These translations are intended for use with CodeIgniter 3.0.
These translations are licensed under the MIT license.
Each language is maintained by a community member, per the table below:
Idiom | Status | User | Maintainer |
---|---|---|---|
arabic | done | daif | Daif Alotaibi |
bulgarian | done | ivantcholakov | Ivan Tcholakov |
czech | done | Ruplahlava | Štěpán Postránecký |
dutch | done | pkrul | Pieter Krul |
french | done | includebeer | Alain Rivest |
german | done | Rufnex | Johannes Gamperl |
indonesian | done | ridho1991 | Mutasim Ridlo |
italian | done | ster | Stefano Mazzega |
japanese | done | tsukasa | Tsukasa Takao |
korean | done | KwonLatte | HyeongJoo Kwon |
norwegian | done | yhoiseth | Yngve Hoiseth |
persian | done | MSDehghan | Mohammad Sadegh |
polish | done | michalsn | Michał Śniatała |
portugese | done | j38600 | Júlio Sebastião |
portugese-brazilian | done | mateusfbi | Mateus Brandão |
romanian | done | Chiribuc | Cristian Robert Chiribuc |
russian | done | vadimyer | Vadim Yermolin |
simplified-chinese | done | denghongcai | Deng HongCai |
spanish | done | Razican | Iban Eguia |
swedish | done | peterdenk | Peter Denk |
thai | done | karidoe | Anuchit Thiam-uan |
traditional-chinese | done | PeterDaveHello | Peter Dave Hello |
turkish | done | obozdag | Osman Bozdag |
If you have a translation or correction, please fork the repository, clone it locally, and then create a new branch (from master) for each set of related changes or for a complete language pack. Once your branch is complete, then create a pull request to merge it into the main repository. Remember to "sign" your commits.
Pull requests to the repository will only be considered if they come from the maintainer for any translations in the request, or if the maintainer adds a comment indicating they approve of any changes.
If you would like provide a translation, please send me an email, with your name, github account, and a brief explanation of your suitability.