Author: loonycyborg
Date: Sun Mar 20 16:33:56 2011
New Revision: 48954

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

Modified:
    branches/1.8/scons/gettext.py

Modified: branches/1.8/scons/gettext.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.8/scons/gettext.py?rev=48954&r1=48953&r2=48954&view=diff
==============================================================================
--- branches/1.8/scons/gettext.py (original)
+++ branches/1.8/scons/gettext.py Sun Mar 20 16:33:56 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