Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

neilime/zf2-translator-tools

Repository files navigation

TranslatorTools

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

About

TranslatorTools is a module for ZF2 provides tools for managing translations files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages