* lib/file-type.c (file_type): Use the translation domain "gnulib".
* modules/file-type (Depends-on): Add gnulib-i18n.
2024-12-09 Bruno Haible <bruno@clisp.org>
+ file-type: Use the translation domain "gnulib".
+ * lib/file-type.c (file_type): Use the translation domain "gnulib".
+ * modules/file-type (Depends-on): Add gnulib-i18n.
+
argmatch: Use the translation domain "gnulib".
* lib/argmatch.h (ARGMATCH_DEFINE_GROUP): Use translation domain
"gnulib" for the literal string here.
char const *
file_type (struct stat const *st)
{
- return gettext (c_file_type (st));
+ return dgettext ("gnulib", c_file_type (st));
}
Depends-on:
c-file-type
gettext-h
+gnulib-i18n
sys_stat
configure.ac: