usox / tal-i18n-extract

Extractor for tal i18n translation attributes (port of perls I18NFool cpan package)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tal-i18n-extract

Unittests

Extract translation keys out of PHPTAL templates.

This is a php port of the I18NFool CPAN perl-package.

Usage

./bin/tal-i18n-extract path-to-file(s).xhtml

All found translation keys will be printed out POT-formatted.

Beware

All templates must contain valid xml and have to define the i18n-namespace (see example).

About

Extractor for tal i18n translation attributes (port of perls I18NFool cpan package)

License:MIT License


Languages

Language:PHP 97.7%Language:HTML 2.3%