Made msgfmt no longer perform a troublesome check.
This commit is contained in:
parent
426f9fcbeb
commit
e0093253bb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue