Hi,

The attached patch generates .mo files from .po files before starting
gPodder with "make test". I think it would make testing the translations
a bit easier. Also note that this is not running msgmerge, so it's quick
and it doesn't change the local git clone in any way.

We could make a separate make target such as test-l10n or something if
you think this would bother the English-only users too much.


-- 
Ville-Pekka Vainio
diff --git a/Makefile b/Makefile
index 071ea88..0a6576f 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ help:
 test:
 	@# set xterm title to know what this window does ;)
 	@echo -ne '\033]0;gPodder console (make test)\007'
+	make -C data/po update
 	$(BINFILE) --local --verbose
 
 mtest:
_______________________________________________
gpodder-devel mailing list
gpodder-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to