+2024-12-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ doc: document non-translation
+ * doc/gnulib-tool.texi (Localization):
+ Say what to do if you don’t want translations.
+
2024-12-10 Bruno Haible <bruno@clisp.org>
openat-die: Fix a gcc -Wformat -Wformat-security warning.
* lib/openat-die.c (openat_save_fail, openat_restore_fail): Put the
internationalized error message into non-format-string position.
-2024-12-10 Simon Josefsson <simon@josefsson.org>
+2024-05-12 Simon Josefsson <simon@josefsson.org>
announce-gen: Mention git commit and tag in announcement.
* build-aux/announce-gen (this_commit_hash): New variable.
for the ease of installers and distributors,
you should add the @samp{gnulib-l10n} dependency in this file.
+If your package does not support localization,
+you can simplify its build process by using
+@code{gnulib-tool}'s @option{--avoid=gnulib-i18n} option.
+The package need not call @code{bindtextdomain} or @code{textdomain},
+and all Gnulib-generated messages will be in American English.
+
Two older methods to use Gnulib localizations are deprecated:
@itemize