summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-objc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-16 20:06:31 +0200
committerBruno Haible <bruno@clisp.org>2009-08-16 20:06:31 +0200
commitbed750059a70c07cfe0ef5fc2f073e8bbf798406 (patch)
treea8c6798817eed72357d200cd89213ec4f9770fa3 /gettext-tools/examples/hello-objc
parentf1f22d8a5e012506fbb90fea00660b030fe41cd2 (diff)
downloadexternal_gettext-bed750059a70c07cfe0ef5fc2f073e8bbf798406.zip
external_gettext-bed750059a70c07cfe0ef5fc2f073e8bbf798406.tar.gz
external_gettext-bed750059a70c07cfe0ef5fc2f073e8bbf798406.tar.bz2
Silence the msgmerge invocations.
Diffstat (limited to 'gettext-tools/examples/hello-objc')
-rw-r--r--gettext-tools/examples/hello-objc/po/Makevars6
1 files changed, 6 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-objc/po/Makevars b/gettext-tools/examples/hello-objc/po/Makevars
index 3f34e17..6b3a68c 100644
--- a/gettext-tools/examples/hello-objc/po/Makevars
+++ b/gettext-tools/examples/hello-objc/po/Makevars
@@ -47,3 +47,9 @@ EXTRA_LOCALE_CATEGORIES =
# package uses functions taking also a message context, like pgettext(), or
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
USE_MSGCTXT = no
+
+# These options get passed to msgmerge.
+# Useful options are in particular:
+# --previous to keep previous msgids of translated messages,
+# --quiet to reduce the verbosity.
+MSGMERGE_OPTIONS = --quiet