From 191f1f763359b8e13edc3c632faa36abb6162f08 Mon Sep 17 00:00:00 2001 From: Zachary Carter <zack.carter@gmail.com> Date: Fri, 3 Aug 2012 11:03:38 -0700 Subject: [PATCH] Use xgettext on the new location for email templates --- scripts/extract_po.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extract_po.sh b/scripts/extract_po.sh index 92ef55b72..146c01151 100755 --- a/scripts/extract_po.sh +++ b/scripts/extract_po.sh @@ -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 -- GitLab