From ad90ea72385d678d29d51c02a6f813f872c50773 Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 5 Aug 2013 05:30:11 -0400 Subject: [PATCH] update translation tools --- tools/i18n_extract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/i18n_extract.php b/tools/i18n_extract.php index 33650b50..4c32b688 100755 --- a/tools/i18n_extract.php +++ b/tools/i18n_extract.php @@ -43,5 +43,5 @@ foreach ($locales as $loc) { // Generate javascript.po passthru("cd $locdir/LC_MESSAGES; - xgettext -d javascript -L Python --force-po --from-code utf-8 $join -c $(find ../../../../js/ -name \*.js)"); + xgettext -d javascript -L Python --force-po --from-code utf-8 $join -c $(find ../../../../js/ ../../../../templates/ -name \*.js)"); }