scons: pass --backup=none --previous -U to msgmerge

This commit is contained in:
loonycyborg 2016-03-05 03:57:34 +03:00
parent 44a84e7b01
commit 8bff4829e6

View file

@ -21,7 +21,7 @@ def generate(env):
env["MSGMERGE"] = WhereIs("msgmerge")
msgmerge = Builder(
action = "$MSGMERGE $TARGET $SOURCE -o $TARGET",
action = "$MSGMERGE --backup=none --previous -U $TARGET $SOURCE",
src_suffix = ".pot",
suffix = ".po",
single_source = True