neilime / zf2-translator-tools
This package is abandoned and no longer maintained.
No replacement package was suggested.
Zend Framework 2 module for maintaining translations files
dev-master
2020-07-09 19:02 UTC
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.*
This package is auto-updated.
Last update: 2020-08-09 19:10:49 UTC
README
⚠️ This module is for Zend Framework 2, it is deprecated ⚠️
Created by Neilime
Introduction
TranslatorTools is an utility module for maintaining Zend Framework 2 translations files.
P.S. If You wish to help me with this project - You are welcome :)
Requirements
- Zend Framework 2 (latest master)
Installation
Main Setup
By cloning project
- Clone this project into your
./vendor/directory.
With composer
-
Add this project in your composer.json:
"require": { "neilime/zf2-translator-tools": "dev-master" }
-
Now tell composer to download TranslatorTools by running the command:
$ php composer.phar update
Post installation
-
Enabling it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'TranslatorTools', ), // ... );
How to use TranslatorTools
Features
Remove useless translations
Usage
Remove useless translations
php public/index.php removeTranslations