From f3dde0a900066f3d6e73ec41d4bb126128997dea Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 16 Jul 2005 23:23:42 +0000 Subject: [PATCH] Actually make templates.po creation work. :-) --- intl/make-all-pot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intl/make-all-pot.sh b/intl/make-all-pot.sh index 0078eef..ba7aeb7 100755 --- a/intl/make-all-pot.sh +++ b/intl/make-all-pot.sh @@ -4,7 +4,8 @@ set -e rm -f templates/*.pot for FILE in templates/*.tmpl; do - perl -I../intl ../intl/make-pot.pl $FILE > $FILE.pot + echo $FILE... + perl -I../intl ../intl/make-pot.pl $FILE | msguniq > $FILE.pot done msgcat templates/*.pot > po/templates.pot -- 2.39.2