po: Don't create backup .po files
As well as preventing creation of useless backup files, it works around a bug in gettext 0.17 on OS/X
This commit is contained in:
parent
efcca84bac
commit
7556b0a15e
@ -42,6 +42,6 @@ EXTRA_LOCALE_CATEGORIES =
|
|||||||
|
|
||||||
# Avoid line numbers in *.po, but keep them in *.pot.
|
# Avoid line numbers in *.po, but keep them in *.pot.
|
||||||
MSGMERGE = msgmerge --no-location
|
MSGMERGE = msgmerge --no-location
|
||||||
MSGMERGE_UPDATE = msgmerge --no-location --update
|
MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off
|
||||||
MSGFILTER = msgfilter --no-location
|
MSGFILTER = msgfilter --no-location
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user