Made msgfmt no longer perform a troublesome check.

This commit is contained in:
Sergey Popov 2011-03-20 15:18:57 +00:00
parent 426f9fcbeb
commit e0093253bb

View file

@ -12,7 +12,7 @@ def generate(env):
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