mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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
8df3e5c22b
commit
9f62034c80
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ EXTRA_LOCALE_CATEGORIES =
|
|||
|
||||
# Avoid line numbers in *.po, but keep them in *.pot.
|
||||
MSGMERGE = msgmerge --no-location
|
||||
MSGMERGE_UPDATE = msgmerge --no-location --update
|
||||
MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off
|
||||
MSGFILTER = msgfilter --no-location
|
||||
|
|
Loading…
Reference in a new issue