2017 © Pedro Peláez
 

library zf2-translator-tools

Zend Framework 2 module for maintaining translations files

image

neilime/zf2-translator-tools

Zend Framework 2 module for maintaining translations files

  • Friday, March 22, 2013
  • by Neilime
  • Repository
  • 2 Watchers
  • 3 Stars
  • 10,104 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TranslatorTools

⚠️ This module is for Zend Framework 2, it is deprecated ⚠️, (*1)

Build Status, (*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

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

With composer

  1. Add this project in your composer.json:, (*6)

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

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.phpfile., (*8)

    <?php
    return array(
        'modules' => array(
            // ...
            'TranslatorTools',
        ),
        // ...
    );
    

How to use TranslatorTools

Features

Remove useless translations

Usage

Remove useless translations

php public/index.php removeTranslations

Configuration

The Versions

22/03 2013

dev-master

9999999-dev

Zend Framework 2 module for maintaining translations files

  Sources   Download

MIT

The Requires

 

translations zf2 tools