Author: loonycyborg
Date: Sun Mar 20 16:18:57 2011
New Revision: 48953

URL: http://svn.gna.org/viewcvs/wesnoth?rev=48953&view=rev
Log:
Made msgfmt no longer perform a troublesome check.

Modified:
    trunk/scons/gettext.py

Modified: trunk/scons/gettext.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/scons/gettext.py?rev=48953&r1=48952&r2=48953&view=diff
==============================================================================
--- trunk/scons/gettext.py (original)
+++ trunk/scons/gettext.py Sun Mar 20 16:18:57 2011
@@ -12,7 +12,7 @@
     env.AppendENVPath("PATH", join(env["gettextdir"], "bin"))
     env["MSGFMT"] = WhereIs("msgfmt")
     msgfmt = Builder(
-        action = "$MSGFMT -c --statistics -o $TARGET $SOURCE",
+        action = "$MSGFMT --check-format --check-domain --statistics -o 
$TARGET $SOURCE",
         src_suffix = ".po",
         suffix = ".mo",
         single_source = True


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to