https://github.com/nelson6e65/ci_language
Language translations for CodeIgniter PHP Framework
https://github.com/nelson6e65/ci_language
Last synced: about 2 months ago
JSON representation
Language translations for CodeIgniter PHP Framework
- Host: GitHub
- URL: https://github.com/nelson6e65/ci_language
- Owner: nelson6e65
- License: mit
- Created: 2015-07-22T10:26:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T09:13:18.000Z (over 9 years ago)
- Last Synced: 2025-01-24T05:32:07.423Z (3 months ago)
- Language: PHP
- Homepage: http://nelson6e65.github.io/ci_language
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIgniter Framework translations
[](https://github.com/bcit-ci/CodeIgniter)
[](LICENSE)
[](https://www.transifex.com/projects/p/ci_translations)
[](https://www.transifex.com/projects/p/ci_translations/language/en/)
[](https://www.transifex.com/projects/p/ci_translations/language/es/)
[](https://www.transifex.com/projects/p/ci_translations/language/it/)
[](https://www.transifex.com/projects/p/ci_translations/language/pt_BR/)## Description
Language translations for CodeIgniter Framework 2, powered by [Transifex](https://www.transifex.com/projects/p/ci_translations/) Platform.## Requirements
- CodeIgniter 2## Install
- Download the latest [release](https://github.com/nelson6e65/ci_language/releases).
- Unzip that download.
- Rename the resulting folder to `language`.
- Then move this folder into your `application` directory (replace files in `application/language/` as needed on update).## Usage
You just need to set your language in `application/config/config.php`.This translations uses [ISO 639-1 code namming standard](http://www.loc.gov/standards/iso639-2/php/code_list.php) for languages. So, for example, you must to use `'es'` instead of `'spanish'`:
```php
Note: You will need a Transifex account (free).