From 714e61b090f1a466978a84bde52210483c99f142 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 14 Oct 2007 09:29:59 +0200 Subject: Added a note about how to initiate internationalization support to the README.i18n file; the Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file --- newplugin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newplugin') diff --git a/newplugin b/newplugin index 587ccb4c..57d814e8 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.37 2007/10/13 09:28:55 kls Exp $ +# $Id: newplugin 1.38 2007/10/14 09:13:17 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin \n"; @@ -144,7 +144,7 @@ I18Npot = \$(PODIR)/\$(PLUGIN).pot \$(I18Npo): \$(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q \$\@ \$< -i18n: \$(I18Nmo) +i18n: \$(I18Npot) \$(I18Nmo) \@mkdir -p \$(LOCALEDIR) for i in \$(I18Ndirs); do\\ mkdir -p \$(LOCALEDIR)/\$\$i/LC_MESSAGES;\\ -- cgit v1.2.3