summaryrefslogtreecommitdiff
path: root/newplugin
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-10-13 09:54:09 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-10-13 09:54:09 +0200
commit59bc94fba2e14243b0fc1815f833f6d7c146c814 (patch)
treeefe5f6d3c35b2f17c797eeb2a7eb71f2ba23f30b /newplugin
parent0c8cda9bd007bba5b6dbae5fabc4d741d1a3ac4c (diff)
downloadvdr-59bc94fba2e14243b0fc1815f833f6d7c146c814.tar.gz
vdr-59bc94fba2e14243b0fc1815f833f6d7c146c814.tar.bz2
Now generating translation files without line numbers; updated the Finnish OSD texts
Diffstat (limited to 'newplugin')
-rwxr-xr-xnewplugin6
1 files changed, 3 insertions, 3 deletions
diff --git a/newplugin b/newplugin
index 368007b1..587ccb4c 100755
--- a/newplugin
+++ b/newplugin
@@ -12,7 +12,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: newplugin 1.36 2007/08/19 14:19:49 kls Exp $
+# $Id: newplugin 1.37 2007/10/13 09:28:55 kls Exp $
$PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin <name>\n";
@@ -139,10 +139,10 @@ I18Npot = \$(PODIR)/\$(PLUGIN).pot
msgfmt -c -o \$\@ \$<
\$(I18Npot): \$(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='<see README>' -o \$\@ \$(wildcard *.c)
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<see README>' -o \$\@ \$(wildcard *.c)
\$(I18Npo): \$(I18Npot)
- msgmerge -U --no-wrap -F --backup=none -q \$\@ \$<
+ msgmerge -U --no-wrap --no-location --backup=none -q \$\@ \$<
i18n: \$(I18Nmo)
\@mkdir -p \$(LOCALEDIR)