Componette

Componette

webwingscz

webwingscz / gettext-extractor

Extracts gettext phrases from PHP files and Nette Framework templates

download-cloud-line composer require webwings/gettext/extractor

GettextExtractor

Cool tool for extracting gettext phrases from PHP files and templates.

Dependencies

Dependencies are installed with composer. You can use these commands:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

To add GettextExtractor into your project, add to composer.json

"repositories": [
	{
	  "type": "vcs",
	  "url": "https://github.com/webwingscz/gettext-extractor"
	}
  ]

and run composer require --dev webwings/gettext/extractor

Usage

php console.php [options]

Options:
  -h            display this help and exit

e.g.: php console.php extract:pot -l outup/log.txt output.pot path/to/extract

Supported file types

  • .php
  • .latte (Nette Latte templates)

License

GettextExtractor is licensed under the New BSD License.

Copyright

  • 2009 Karel Klima
  • 2010 Ondřej Vodáček
  • 2018 Jiří Dorazil

No release at this moment. Try to create first one.

bar-chart-fill

Statistics

download-cloud-fill
N/A
star-fill
0
bug-fill
0
flashlight-fill
3.8y
price-tag-2-line

Badges

guide-fill

Dependencies

php (>=7.1.0)
Componette Componette felix@nette.org