/Translation

Integration of Symfony/Translation into Nette Framework

Primary LanguagePHPOtherNOASSERTION

Kdyby/Translation Build Status

Requirements

Kdyby/Translation requires PHP 5.3.2 or higher.

Installation

The best way to install Kdyby/Translation is using Composer:

With dev Nette, this is how you install the extension

$ composer require kdyby/translation:@dev

If you're using stable Nette, the series 0.10 is for you, so install it using this command

$ composer require kdyby/translation:~0.10

For the configuration, follow the detailed documentation.


Homepage http://www.kdyby.org and repository http://github.com/kdyby/Translation.