Fix:NLS:Disable fuzzy matching because of the bad results
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 25 May 2008 19:11:37 +0000 (19:11 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 25 May 2008 19:11:37 +0000 (19:11 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1080 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/po/Makefile.am

index a3c7d74..bfac6ed 100644 (file)
@@ -28,9 +28,9 @@ all: @MOFILES@
 
 @POFILES@: navit.pot
        if test "$(top_srcdir)" != "$(top_builddir)"; then \
-               $(MSGMERGE) --verbose -o $(top_builddir)/po/$@ $(top_srcdir)/po/$@ navit.pot; \
+               $(MSGMERGE) --no-fuzzy-matching --verbose -o $(top_builddir)/po/$@ $(top_srcdir)/po/$@ navit.pot; \
        else \
-               $(MSGMERGE) --update --verbose $@ navit.pot; \
+               $(MSGMERGE) --no-fuzzy-matching --update --verbose $@ navit.pot; \
         fi