From 8443cad920a59918069dbee3891b4b9595c528a3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 11 Sep 2013 10:19:02 -0400 Subject: librelib: Internationalize (actually use the internationalization stuff) --- src/lib/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/lib/Makefile') diff --git a/src/lib/Makefile b/src/lib/Makefile index 255bc05..45fd330 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -16,3 +16,15 @@ common.sh: %: %.in %.top Makefile echo && \ cat '$*.bottom' && \ :; } > '$@' + +# Translate ########################################################## + +pot: libreblacklist.pot common.sh.pot librelib.pot + +libreblacklist.pot: libreblacklist + { \ + sed -n '/^# Usage:/,/()/{ /^#/ { =; p; } }' $< | sed -r -e 's/^# (.*)/msgid "\1"/' -e 's/^[0-9]*$$/#. embedded usage text\n#: $<:&/'; \ + sed -rn '/print /{ =; s/\s*print "([^"]*)".*/msgid "\1"/p; }' $< | sed 's/^[0-9]*$$/#. print\n#: $<:&/' ; \ + } | sed 's/^msgid .*/&\nmsgstr ""\n/' > $@ +common.sh.pot: common.sh + xgettext --omit-header -i --from-code=UTF-8 -L shell -o $@ $< -- cgit v1.2.2