neilime / zf2-translator-tools
Zend Framework 2 module for maintaining translations files
Installs: 10 309
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
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.php
file.<?php return array( 'modules' => array( // ... 'TranslatorTools', ), // ... );
How to use TranslatorTools
Features
Remove useless translations
Usage
Remove useless translations
php public/index.php removeTranslations