An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# CodeIgniter Framework translations
[![CodeIgniter version](https://img.shields.io/badge/ci-v2.2.3-yellow.svg)](https://github.com/bcit-ci/CodeIgniter)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Transifex](https://img.shields.io/badge/powered-Transifex-blue.svg)](https://www.transifex.com/projects/p/ci_translations)
[![English (Source lang)](https://img.shields.io/badge/en-100%-green.svg)](https://www.transifex.com/projects/p/ci_translations/language/en/)
[![Spanish (es) translation](https://img.shields.io/badge/es-51%-green.svg)](https://www.transifex.com/projects/p/ci_translations/language/es/)
[![Italian (it) translation](https://img.shields.io/badge/it-0%-red.svg)](https://www.transifex.com/projects/p/ci_translations/language/it/)
[![Portuguese (Brazil) (pt_BR) translation](https://img.shields.io/badge/pt_BR-0%-red.svg)](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).