From 5f86af093e50bdb4e1a45c61e9d1b1f64b311021 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 14 Jan 2012 13:02:21 +0100 Subject: [PATCH] Added option -N to the msgmerge call in the Makefile --- HISTORY | 2 ++ Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 338d0129..2f727ffd 100644 --- a/HISTORY +++ b/HISTORY @@ -6826,3 +6826,5 @@ Video Disk Recorder Revision History and DVB-T2) are no longer written into channels.conf for "first generation" delivery systems (DVB-S and DVB-T). - Changed IndexToHMSF() so that it can handle negative Index values. +- Added option -N to the msgmerge call in the Makefile, because fuzzy translation + mostly resulted in useless strings. diff --git a/Makefile b/Makefile index e6af30eb..ea34eac1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 2.22 2011/12/04 14:41:00 kls Exp $ +# $Id: Makefile 2.23 2012/01/14 13:02:21 kls Exp $ .DELETE_ON_ERROR: @@ -139,7 +139,7 @@ $(I18Npot): $(wildcard *.c) xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='' -o $@ `ls $^` %.po: $(I18Npot) - msgmerge -U --no-wrap --no-location --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $< @touch $@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr.mo: $(PODIR)/%.mo