library zf2-translator-tools
Zend Framework 2 module for maintaining translations files
neilime/zf2-translator-tools
Zend Framework 2 module for maintaining translations files
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
⚠️ This module is for Zend Framework 2, it is deprecated ⚠️, (*1)
, (*2)
Created by Neilime, (*3)
Introduction
TranslatorTools is an utility module for maintaining Zend Framework 2 translations files., (*4)
P.S. If You wish to help me with this project - You are welcome :), (*5)
Requirements
Installation
Main Setup
By cloning project
- Clone this project into your
./vendor/
directory.
With composer
-
Add this project in your composer.json:, (*6)
"require": {
"neilime/zf2-translator-tools": "dev-master"
}
-
Now tell composer to download TranslatorTools by running the command:, (*7)
$ php composer.phar update
Post installation
-
Enabling it in your application.config.php
file., (*8)
<?php
return array(
'modules' => array(
// ...
'TranslatorTools',
),
// ...
);
Features
Remove useless translations
Usage
Remove useless translations
php public/index.php removeTranslations
Configuration
dev-master
9999999-dev
Zend Framework 2 module for maintaining translations files
Sources
Download
MIT
The Requires
translations
zf2
tools