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
Requires
- php: >=5.5.0
- matthiasmullie/minify: ^1.3
- nette/neon: *
- nikic/php-parser: *
- symfony/console: *
- vipsoft/unzip: @dev
Suggests
- bazo/nette-console-extension: Running the CLI commands
- kdyby/console: Running the CLI commands
This package is not auto-updated.
Last update: 2026-02-28 19:19:12 UTC
README
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