https://github.com/mablae/gettext-bundle
https://github.com/mablae/gettext-bundle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mablae/gettext-bundle
- Owner: mablae
- License: mit
- Created: 2016-03-04T02:38:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T16:55:00.000Z (over 10 years ago)
- Last Synced: 2025-03-11T21:06:29.525Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mablae/gettext-bundle
A parser to extract `{{ __('String to translate') }}` tokens from twig
files and write them to *.po files.
It comes with a `locale:extract:twig` command that can be called like this:
`php app/console locale:extract:twig output.po src/AppBundle/Resources some/other/path`