summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-12 13:56:56 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-12 13:56:56 +0000
commit5b9421a875952ea5047f0ca8774746042298e274 (patch)
treed1f7999b381f838ab64364af1f7ce10069fa482e
parent9df67110e0e1dc33efbcea88718bc7f1d0c01049 (diff)
downloadvdr-plugin-muggle-5b9421a875952ea5047f0ca8774746042298e274.tar.gz
vdr-plugin-muggle-5b9421a875952ea5047f0ca8774746042298e274.tar.bz2
add trdb as translation keyword
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1028 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a92f98..e9a79a1 100644
--- a/Makefile
+++ b/Makefile
@@ -177,7 +177,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP -ktrdb --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<