From f791211c0bd32994ca57d9464263cea965275f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 12 Oct 2013 11:57:57 +0200 Subject: [PATCH] add translation update script --- src/collective/dms/thesaurus/locales/update.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 src/collective/dms/thesaurus/locales/update.sh diff --git a/src/collective/dms/thesaurus/locales/update.sh b/src/collective/dms/thesaurus/locales/update.sh new file mode 100755 index 0000000..03b9743 --- /dev/null +++ b/src/collective/dms/thesaurus/locales/update.sh @@ -0,0 +1,3 @@ +domain=collective.dms.thesaurus +i18ndude rebuild-pot --pot $domain.pot --create $domain ../ +i18ndude sync --pot $domain.pot */LC_MESSAGES/$domain.po