Selaa lähdekoodia

build: Quiesce msgmerge commands

Guillem Jover 13 vuotta sitten
vanhempi
commit
bc4b5b54a2
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      dselect/po/Makevars
  2. 1 1
      po/Makevars
  3. 1 1
      scripts/po/Makevars

+ 1 - 1
dselect/po/Makevars

@@ -50,6 +50,6 @@ USE_MSGCTXT = yes
 # Useful options are in particular:
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
-MSGMERGE_OPTIONS = --previous
+MSGMERGE_OPTIONS = --previous --quiet
 
 DISTFILES.extra1 = ChangeLog.old

+ 1 - 1
po/Makevars

@@ -51,6 +51,6 @@ USE_MSGCTXT = yes
 # Useful options are in particular:
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
-MSGMERGE_OPTIONS = --previous
+MSGMERGE_OPTIONS = --previous --quiet
 
 DISTFILES.extra1 = ChangeLog.old

+ 1 - 1
scripts/po/Makevars

@@ -50,6 +50,6 @@ USE_MSGCTXT = yes
 # Useful options are in particular:
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
-MSGMERGE_OPTIONS = --previous
+MSGMERGE_OPTIONS = --previous --quiet
 
 DISTFILES.extra1 = ChangeLog.old