2017 © Pedro Peláez
 

library localize

Gettext translation files generator

image

kosatyi/localize

Gettext translation files generator

  • Friday, August 4, 2017
  • by kosatyi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Localize

PHP Gettext translation generator from project files, (*1)

, (*2)

Installation

System Requirements

PHP 5.4 and later., (*3)

Dependencies

Localize require the following extension in order to work properly:, (*4)

Install with Composer

If you’re using Composer, you can run the following command:, (*5)

composer require kosatyi/localize

Or add dependency manually in composer.json, (*6)

{
  "require": {
    "kosatyi/localize":"^1.0"
  }
}

Basic Usage

require 'vendor/autoload.php';
use Kosatyi\Localize\Parser;
$localize = new Parser(array(
    'target'  => '.locales',
    'sources' => array('./src','./templates'),
    'locales' => array('en','ru')
));
$localize->initialize();

The Versions

04/08 2017

dev-master

9999999-dev https://kosatyi.com/

Gettext translation files generator

  Sources   Download

MIT

by Stepan Kosatyi

04/08 2017

v1.0.0

1.0.0.0 https://kosatyi.com/

Gettext translation files generator

  Sources   Download

MIT

by Stepan Kosatyi