Skip to content
Snippets Groups Projects
Commit 23eea50e authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Merge pull request #2221 from zaach/issue2212_extract_email_strings

Use xgettext on the new location for email templates
parents cb4e39ac 191f1f76
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
xgettext --keyword=_ -L Perl --output-dir=locale/templates/LC_MESSAGES --from-code=utf-8 --output=messages.pot\
`find lib -name '*.js' | grep -v 'i18n.js' | grep -v jwcrypto`
xgettext -j -L PHP --keyword=_ --output-dir=locale/templates/LC_MESSAGES --output=messages.pot `find resources/views -name '*.ejs'`
xgettext -j -L PHP --keyword=_ --output-dir=locale/templates/LC_MESSAGES --output=messages.pot `find lib/browserid -name '*.ejs'`
xgettext -j -L PHP --keyword=_ --output-dir=locale/templates/LC_MESSAGES --output=messages.pot `find resources/email_templates -name '*.ejs'`
# client.po
# js
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment