← Back to team overview

pyneighborhood team mailing list archive

[Branch ~pyneighborhood/pyneighborhood/devel] Rev 576: Enable fuzzy Translations (fixes #745993)

 

------------------------------------------------------------
revno: 576
committer: Stefan J. Betz <info@xxxxxxxxxxxxxxx>
branch nick: pyneighborhood
timestamp: Sun 2011-10-09 21:13:18 +0200
message:
  Enable fuzzy Translations (fixes #745993)
modified:
  po/Makefile


--
lp:pyneighborhood
https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel

Your team pyNeighborhood is subscribed to branch lp:pyneighborhood.
To unsubscribe from this branch go to https://code.launchpad.net/~pyneighborhood/pyneighborhood/devel/+edit-subscription
=== modified file 'po/Makefile'
--- po/Makefile	2010-07-26 14:59:32 +0000
+++ po/Makefile	2011-10-09 19:13:18 +0000
@@ -44,6 +44,6 @@
 	@for lang in $(LANGUAGES); do \
 		echo " **INSTALLMO** $$lang" ; \
 		mkdir -p $(DESTDIR)/share/locale/$$lang/LC_MESSAGES/; \
-		msgfmt -o $(DESTDIR)/share/locale/$$lang/LC_MESSAGES/$(PACKAGE_NAME).mo $$lang.po; \
+		msgfmt -o $(DESTDIR)/share/locale/$$lang/LC_MESSAGES/$(PACKAGE_NAME).mo -f $$lang.po; \
 	done