Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 593 Bytes

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).