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

https://github.com/remithomas/rt-translation


https://github.com/remithomas/rt-translation

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

rt-translation
============

ZF2 translations helper and manager

CURRENTLY IN DEVELOPPEMENT: DO NOT USE !!!!!!!!!!!!!!!!!!!!!!!!!!!

Features / Goals
============

* Manage translations
* view helpers

How to install ?
============
### Using composer.json

```json
{
"name": "zendframework/skeleton-application",
"description": "Skeleton Application for ZF2",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"minimum-stability": "dev",
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "dev-master",
"remithomas/rt-translation": "dev-master"
}
}
```

### Activate the module :

application.config.php
```php
array(
'Application',
'RtTranslation',
)
);
?>
```

Roadmap
============

* Installer for translations and locales into database
* More view helpers