mazagran/translation

There is no license information available for the latest version (dev-master) of this package.

Translation extension for Nette Framework

dev-master 2018-05-17 09:03 UTC

This package is not auto-updated.

Last update: 2024-03-16 10:38:19 UTC


README

Build Status

This is a companion extension for kdyby/translation

For now it has two commands: Extract - will extract translatable tokens from php and latte files in your project

Compile - compiles kdyby/translation compatible catalogs without overwriting existing translations. automatically creates catalogs by domains if using keyword identifiers

Usage:

just add this line to your config.neon

extensions:
    - Bazo\Translation\DI\TranslationExtension

tests are coming back soon