From 722c141a6a0826862ea8456b952b350fb116b546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Fri, 28 Mar 2008 23:22:16 +0100 Subject: Generating translation files without line numbers --- HISTORY | 4 ++++ Makefile | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index 5644983..6ad39d1 100644 --- a/HISTORY +++ b/HISTORY @@ -42,3 +42,7 @@ VDR plug-in 'Spider-Arachnid' Revision History - Added user-defined variations. - Improved key handling. - Updated German language texts. + +2008-03-__: Version 0.2.1 + +- Generating translation files without line numbers. diff --git a/Makefile b/Makefile index 64b237a..9fe3e48 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # -# Spider-Arachnid: A plugin for the Video Disk Recorder +# Spider-Arachnid: A plug-in for the Video Disk Recorder # -# Copyright (C) 2005-2007, Thomas Günther +# Copyright (C) 2005-2008, Thomas Günther # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# $Id: Makefile 96 2007-09-23 13:18:41Z tom $ +# $Id: Makefile 127 2008-03-28 22:22:16Z tom $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -88,11 +88,11 @@ I18Npo = $(notdir $(wildcard $(PODIR)/*.po)) I18Npot = $(PODIR)/$(PLUGIN).pot $(I18Npot): $(SRCS) - xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP \ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP \ --msgid-bugs-address='' -o $@ $^ %.po: $(I18Npot) - msgmerge -U --no-wrap -F --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none -q $@ $< @touch $@ $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.po -- cgit v1.2.3