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

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 ⚠️

Build Status

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

Installation

Main Setup

By cloning project

  1. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:

    "require": {
        "neilime/zf2-translator-tools": "dev-master"
    }
  2. Now tell composer to download TranslatorTools by running the command:

    $ php composer.phar update

Post installation

  1. 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

Configuration