https://github.com/remithomas/rt-translation
https://github.com/remithomas/rt-translation
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remithomas/rt-translation
- Owner: remithomas
- Created: 2014-05-09T11:07:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T18:06:54.000Z (over 11 years ago)
- Last Synced: 2025-01-30T11:11:15.568Z (over 1 year ago)
- Language: PHP
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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