* lib/argmatch.h (ARGMATCH_DEFINE_GROUP): Use translation domain
"gnulib" for the literal string here.
+2024-12-09 Bruno Haible <bruno@clisp.org>
+
+ argmatch: Use the translation domain "gnulib".
+ * lib/argmatch.h (ARGMATCH_DEFINE_GROUP): Use translation domain
+ "gnulib" for the literal string here.
+
2024-12-09 Bruno Haible <bruno@clisp.org>
Localizations: Fix omissions from the POT file.
\
/* Try to put synonyms on the same line. Synonyms are expected \
to follow each other. */ \
- fputs (gettext ("Valid arguments are:"), out); \
+ fputs (dgettext ("gnulib", "Valid arguments are:"), out); \
for (int i = 0; g->args[i].arg; i++) \
if (i == 0 \
|| memcmp (&g->args[i-1].val, &g->args[i].val, size)) \