]> Savannah Git Hosting - gnulib.git/commitdiff
doc: document non-translation
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2024 16:45:11 +0000 (08:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2024 16:45:50 +0000 (08:45 -0800)
* doc/gnulib-tool.texi (Localization):
Say what to do if you don’t want translations.

ChangeLog
doc/gnulib-tool.texi

index f558a22d4d55457c240ef54f646c1898966cb571..3a8e15beab750be38c0f3ad0dc0aa6779101eecb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
+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.
index 87134315c3eca7ce228edcb3be7197c6aeacf36d..20ad1a3dc03091a91a99ee9023deb53818f55163 100644 (file)
@@ -1083,6 +1083,12 @@ If your package has a @code{DEPENDENCIES} file,
 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