summaryrefslogtreecommitdiff
path: root/gettext-tools/doc/gettext.info
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/doc/gettext.info')
-rw-r--r--gettext-tools/doc/gettext.info673
1 files changed, 342 insertions, 331 deletions
diff --git a/gettext-tools/doc/gettext.info b/gettext-tools/doc/gettext.info
index e742da7..d30d865 100644
--- a/gettext-tools/doc/gettext.info
+++ b/gettext-tools/doc/gettext.info
@@ -1,7 +1,7 @@
This is gettext.info, produced by makeinfo version 5.2 from
gettext.texi.
- Copyright (C) 1995-1998, 2001-2015 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2001-2016 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
@@ -55,7 +55,7 @@ GNU ‘gettext’ utilities
***********************
This manual documents the GNU gettext tools and the GNU libintl
-library, version 0.19.7.
+library, version 0.19.8.1.
* Menu:
@@ -2598,6 +2598,9 @@ extension.
‘quote-unicode’
Prefer Unicode quotation marks over ASCII ‘"'`’
+ ‘bullet-unicode’
+ Prefer Unicode bullet character over ASCII ‘*’ or ‘-’
+
The option has an effect on all input files. To enable or disable
checks for a certain string, you can mark it with an ‘xgettext:’
special comment in the source file. For example, if you specify
@@ -7249,16 +7252,15 @@ mandatory.
‘--endianness=BYTEORDER’
Write out 32-bit numbers in the given byte order. The possible
- values are ‘big’ and ‘little’. The default depends on the
- platform, namely on the endianness of the CPU.
+ values are ‘big’ and ‘little’. The default is ‘little’.
MO files of any endianness can be used on any platform. When a MO
file has an endianness other than the platform’s one, the 32-bit
numbers from the MO file are swapped at runtime. The performance
impact is negligible.
- This option can be useful to produce MO files that are independent
- of the platform.
+ This option can be useful to produce MO files that are optimized
+ for one platform.
‘--no-hash’
Don’t include a hash table in the binary file. Lookup will be more
@@ -7460,8 +7462,8 @@ which appears below.
The first two words serve the identification of the file. The magic
number will always signal GNU MO files. The number is stored in the
-byte order of the generating machine, so the magic number really is two
-numbers: ‘0x950412de’ and ‘0xde120495’.
+byte order used when the MO file was generated, so the magic number
+really is two numbers: ‘0x950412de’ and ‘0xde120495’.
The second word describes the current revision of the file format,
composed of a major and a minor revision number. The revision numbers
@@ -8194,8 +8196,8 @@ purpose.
but skip the first argument. Instead, you have to reorder the
arguments so that ‘n’ comes last:
- printf (ngettext ("%$2d file removed from directory %$1s",
- "%$2d files removed from directory %$1s",
+ printf (ngettext ("%2$d file removed from directory %1$s",
+ "%2$d files removed from directory %1$s",
n),
dir, n);
@@ -9792,7 +9794,7 @@ each.
So, here comes a list of files, each one followed by a description of
all alterations it needs. Many examples are taken out from the GNU
-‘gettext’ 0.19.7 distribution itself, or from the GNU ‘hello’
+‘gettext’ 0.19.8.1 distribution itself, or from the GNU ‘hello’
distribution (<http://www.gnu.org/software/hello>). You may indeed
refer to the source code of the GNU ‘gettext’ and GNU ‘hello’ packages,
as they are intended to be good examples for using GNU gettext
@@ -9949,7 +9951,7 @@ File: gettext.info, Node: configure.ac, Next: config.guess, Prev: po/Rules-*,
This is done by a set of lines like these:
PACKAGE=gettext
- VERSION=0.19.7
+ VERSION=0.19.8.1
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(PACKAGE)
@@ -9957,12 +9959,12 @@ File: gettext.info, Node: configure.ac, Next: config.guess, Prev: po/Rules-*,
or, if you are using GNU ‘automake’, by a line like this:
- AM_INIT_AUTOMAKE(gettext, 0.19.7)
+ AM_INIT_AUTOMAKE(gettext, 0.19.8.1)
Of course, you replace ‘gettext’ with the name of your package, and
- ‘0.19.7’ by its version numbers, exactly as they should appear in
+ ‘0.19.8.1’ by its version numbers, exactly as they should appear in
the packaged ‘tar’ file name of your distribution
- (‘gettext-0.19.7.tar.gz’, here).
+ (‘gettext-0.19.8.1.tar.gz’, here).
2. Check for internationalization support.
@@ -10731,7 +10733,7 @@ into the repository.
all the files that ‘gettextize’ mentions as "copy". Instead, he adds to
the ‘configure.ac’ or ‘configure.in’ a line of the form
- AM_GNU_GETTEXT_VERSION(0.19.7)
+ AM_GNU_GETTEXT_VERSION(0.19.8)
and adds to the package’s pre-build script an invocation of ‘autopoint’.
For everyone who checks out the source, this ‘autopoint’ invocation will
@@ -10815,8 +10817,8 @@ package.
To extract the latest available infrastructure which satisfies a
version requirement, then you can use the form
‘AM_GNU_GETTEXT_REQUIRE_VERSION(VERSION)’ instead. For example, if
-gettext 0.19.7 is installed on your system and ‘0.19.1’ is requested,
-then the infrastructure files of version 0.19.7 will be copied into a
+gettext 0.19.8 is installed on your system and ‘0.19.1’ is requested,
+then the infrastructure files of version 0.19.8 will be copied into a
source package.
13.6.4.1 Options
@@ -10842,8 +10844,8 @@ source package.
Output version information and exit.
‘autopoint’ supports the GNU ‘gettext’ versions from 0.10.35 to the
-current one, 0.19.7. In order to apply ‘autopoint’ to a package using a
-‘gettext’ version newer than 0.19.7, you need to install this same
+current one, 0.19.8. In order to apply ‘autopoint’ to a package using a
+‘gettext’ version newer than 0.19.8, you need to install this same
version of GNU ‘gettext’ at least.
In packages using GNU ‘automake’, an invocation of ‘autopoint’ should
@@ -14222,8 +14224,8 @@ ITS rule with an XML file. If the above ITS file is saved as
The ‘locatingRule’ element must have a ‘pattern’ attribute, which
denotes either a literal file name or a wildcard pattern of the XML
-file. The ‘locatingRule’ element can have child ‘documentRule’ element,
-which adds checks on the content of the XML file.
+file(1). The ‘locatingRule’ element can have child ‘documentRule’
+element, which adds checks on the content of the XML file.
The first rule matches any file with the ‘.xml’ file extension, but
it only applies to XML files whose root element is ‘<messages>’.
@@ -14261,6 +14263,14 @@ one calls the ‘msgfmt’ program. ‘msgfmt’’s ‘--xml’ option doesnâ€
perform character escaping, so translated strings can have arbitrary XML
constructs, such as elements for markup.
+ ---------- Footnotes ----------
+
+ (1) Note that the file name matching is done after removing any ‘.in’
+suffix from the input file name. Thus the ‘pattern’ attribute must not
+include a pattern matching ‘.in’. For example, if the input file name
+is ‘foo.msg.in’, the pattern should be either ‘*.msg’ or just ‘*’,
+rather than ‘*.in’.
+

File: gettext.info, Node: Conclusion, Next: Language Codes, Prev: Programming Languages, Up: Top
@@ -16847,10 +16857,10 @@ Option Index
* --add-location, ‘msggrep’ option: msggrep Invocation. (line 152)
* --add-location, ‘msgmerge’ option: msgmerge Invocation. (line 150)
* --add-location, ‘msguniq’ option: msguniq Invocation. (line 97)
-* --add-location, ‘xgettext’ option: xgettext Invocation. (line 368)
+* --add-location, ‘xgettext’ option: xgettext Invocation. (line 371)
* --alignment, ‘msgfmt’ option: msgfmt Invocation. (line 288)
* --backup, ‘msgmerge’ option: msgmerge Invocation. (line 62)
-* --boost, ‘xgettext’ option: xgettext Invocation. (line 326)
+* --boost, ‘xgettext’ option: xgettext Invocation. (line 329)
* --c++, ‘xgettext’ option: xgettext Invocation. (line 63)
* --check, ‘msgfmt’ option: msgfmt Invocation. (line 226)
* --check, ‘xgettext’ option: xgettext Invocation. (line 116)
@@ -16879,15 +16889,15 @@ Option Index
* --color, ‘msgmerge’ option: msgmerge Invocation. (line 131)
* --color, ‘msgunfmt’ option: msgunfmt Invocation. (line 103)
* --color, ‘msguniq’ option: msguniq Invocation. (line 78)
-* --color, ‘xgettext’ option: xgettext Invocation. (line 347)
+* --color, ‘xgettext’ option: xgettext Invocation. (line 350)
* --comment, ‘msggrep’ option: msggrep Invocation. (line 86)
* --compendium, ‘msgmerge’ option: msgmerge Invocation. (line 36)
-* --copyright-holder, ‘xgettext’ option: xgettext Invocation. (line 432)
+* --copyright-holder, ‘xgettext’ option: xgettext Invocation. (line 435)
* --csharp, ‘msgfmt’ option: msgfmt Invocation. (line 36)
* --csharp, ‘msgunfmt’ option: msgunfmt Invocation. (line 19)
* --csharp-resources, ‘msgfmt’ option: msgfmt Invocation. (line 40)
* --csharp-resources, ‘msgunfmt’ option: msgunfmt Invocation. (line 23)
-* --debug, ‘xgettext’ option: xgettext Invocation. (line 330)
+* --debug, ‘xgettext’ option: xgettext Invocation. (line 333)
* --default-domain, ‘xgettext’ option: xgettext Invocation. (line 35)
* --desktop, ‘msgfmt’ option: msgfmt Invocation. (line 49)
* --directory, ‘msgattrib’ option: msgattrib Invocation.
@@ -16919,7 +16929,7 @@ Option Index
* --expression, ‘msgfilter’ option: msgfilter Invocation.
(line 87)
* --extended-regexp, ‘msggrep’ option: msggrep Invocation. (line 94)
-* --extract-all, ‘xgettext’ option: xgettext Invocation. (line 162)
+* --extract-all, ‘xgettext’ option: xgettext Invocation. (line 165)
* --extracted-comment, ‘msggrep’ option: msggrep Invocation. (line 90)
* --file, ‘msgfilter’ option: msgfilter Invocation.
(line 91)
@@ -16928,7 +16938,7 @@ Option Index
* --files-from, ‘msgcomm’ option: msgcomm Invocation. (line 25)
* --files-from, ‘xgettext’ option: xgettext Invocation. (line 19)
* --fixed-strings, ‘msggrep’ option: msggrep Invocation. (line 98)
-* --flag, ‘xgettext’ option: xgettext Invocation. (line 273)
+* --flag, ‘xgettext’ option: xgettext Invocation. (line 276)
* --force, ‘autopoint’ option: autopoint Invocation.
(line 27)
* --force, ‘gettextize’ option: gettextize Invocation.
@@ -16945,8 +16955,8 @@ Option Index
* --force-po, ‘msgmerge’ option: msgmerge Invocation. (line 139)
* --force-po, ‘msgunfmt’ option: msgunfmt Invocation. (line 111)
* --force-po, ‘msguniq’ option: msguniq Invocation. (line 86)
-* --force-po, ‘xgettext’ option: xgettext Invocation. (line 355)
-* --foreign-user, ‘xgettext’ option: xgettext Invocation. (line 447)
+* --force-po, ‘xgettext’ option: xgettext Invocation. (line 358)
+* --foreign-user, ‘xgettext’ option: xgettext Invocation. (line 450)
* --from-code, ‘xgettext’ option: xgettext Invocation. (line 72)
* --fuzzy, ‘msgattrib’ option: msgattrib Invocation.
(line 95)
@@ -16966,14 +16976,14 @@ Option Index
* --help, ‘msgexec’ option: msgexec Invocation. (line 77)
* --help, ‘msgfilter’ option: msgfilter Invocation.
(line 211)
-* --help, ‘msgfmt’ option: msgfmt Invocation. (line 312)
+* --help, ‘msgfmt’ option: msgfmt Invocation. (line 311)
* --help, ‘msggrep’ option: msggrep Invocation. (line 200)
* --help, ‘msginit’ option: msginit Invocation. (line 128)
* --help, ‘msgmerge’ option: msgmerge Invocation. (line 200)
* --help, ‘msgunfmt’ option: msgunfmt Invocation. (line 155)
* --help, ‘msguniq’ option: msguniq Invocation. (line 147)
* --help, ‘ngettext’ option: ngettext Invocation. (line 31)
-* --help, ‘xgettext’ option: xgettext Invocation. (line 494)
+* --help, ‘xgettext’ option: xgettext Invocation. (line 497)
* --ignore-case, ‘msggrep’ option: msggrep Invocation. (line 110)
* --ignore-file, ‘msgattrib’ option: msgattrib Invocation.
(line 91)
@@ -16989,7 +16999,7 @@ Option Index
* --indent, ‘msgmerge’ option: msgmerge Invocation. (line 143)
* --indent, ‘msgunfmt’ option: msgunfmt Invocation. (line 115)
* --indent, ‘msguniq’ option: msguniq Invocation. (line 90)
-* --indent, ‘xgettext’ option: xgettext Invocation. (line 359)
+* --indent, ‘xgettext’ option: xgettext Invocation. (line 362)
* --input, ‘msgexec’ option: msgexec Invocation. (line 50)
* --input, ‘msgfilter’ option: msgfilter Invocation.
(line 30)
@@ -16997,17 +17007,17 @@ Option Index
* --intl, ‘gettextize’ option: gettextize Invocation.
(line 43)
* --invert-match, ‘msggrep’ option: msggrep Invocation. (line 114)
-* --its, ‘xgettext’ option: xgettext Invocation. (line 391)
-* --itstool, ‘xgettext’ option: xgettext Invocation. (line 395)
+* --its, ‘xgettext’ option: xgettext Invocation. (line 394)
+* --itstool, ‘xgettext’ option: xgettext Invocation. (line 398)
* --java, ‘msgfmt’ option: msgfmt Invocation. (line 30)
* --java, ‘msgunfmt’ option: msgunfmt Invocation. (line 16)
* --java2, ‘msgfmt’ option: msgfmt Invocation. (line 33)
* --join-existing, ‘xgettext’ option: xgettext Invocation. (line 85)
-* --kde, ‘xgettext’ option: xgettext Invocation. (line 322)
+* --kde, ‘xgettext’ option: xgettext Invocation. (line 325)
* --keep-header, ‘msgfilter’ option: msgfilter Invocation.
(line 152)
* --keyword, ‘msgfmt’ option: msgfmt Invocation. (line 140)
-* --keyword, ‘xgettext’ option: xgettext Invocation. (line 171)
+* --keyword, ‘xgettext’ option: xgettext Invocation. (line 174)
* --lang, ‘msgcat’ option: msgcat Invocation. (line 89)
* --lang, ‘msgen’ option: msgen Invocation. (line 57)
* --lang, ‘msgmerge’ option: msgmerge Invocation. (line 123)
@@ -17030,10 +17040,10 @@ Option Index
* --msgctxt, ‘msggrep’ option: msggrep Invocation. (line 74)
* --msgid, ‘msggrep’ option: msggrep Invocation. (line 78)
* --msgid-bugs-address, ‘xgettext’ option: xgettext Invocation.
- (line 460)
+ (line 463)
* --msgstr, ‘msggrep’ option: msggrep Invocation. (line 82)
-* --msgstr-prefix, ‘xgettext’ option: xgettext Invocation. (line 483)
-* --msgstr-suffix, ‘xgettext’ option: xgettext Invocation. (line 487)
+* --msgstr-prefix, ‘xgettext’ option: xgettext Invocation. (line 486)
+* --msgstr-suffix, ‘xgettext’ option: xgettext Invocation. (line 490)
* --multi-domain, ‘msgcmp’ option: msgcmp Invocation. (line 35)
* --multi-domain, ‘msgmerge’ option: msgmerge Invocation. (line 96)
* --newline, ‘msgfilter’ option: msgfilter Invocation.
@@ -17046,7 +17056,7 @@ Option Index
* --no-fuzzy-matching, ‘msgcmp’ option: msgcmp Invocation. (line 39)
* --no-fuzzy-matching, ‘msgmerge’ option: msgmerge Invocation.
(line 100)
-* --no-hash, ‘msgfmt’ option: msgfmt Invocation. (line 304)
+* --no-hash, ‘msgfmt’ option: msgfmt Invocation. (line 303)
* --no-location, ‘msgattrib’ option: msgattrib Invocation.
(line 134)
* --no-location, ‘msgcat’ option: msgcat Invocation. (line 110)
@@ -17058,7 +17068,7 @@ Option Index
* --no-location, ‘msggrep’ option: msggrep Invocation. (line 148)
* --no-location, ‘msgmerge’ option: msgmerge Invocation. (line 146)
* --no-location, ‘msguniq’ option: msguniq Invocation. (line 93)
-* --no-location, ‘xgettext’ option: xgettext Invocation. (line 362)
+* --no-location, ‘xgettext’ option: xgettext Invocation. (line 365)
* --no-obsolete, ‘msgattrib’ option: msgattrib Invocation.
(line 51)
* --no-translator, ‘msginit’ option: msginit Invocation. (line 88)
@@ -17075,11 +17085,11 @@ Option Index
* --no-wrap, ‘msgmerge’ option: msgmerge Invocation. (line 181)
* --no-wrap, ‘msgunfmt’ option: msgunfmt Invocation. (line 140)
* --no-wrap, ‘msguniq’ option: msguniq Invocation. (line 128)
-* --no-wrap, ‘xgettext’ option: xgettext Invocation. (line 406)
+* --no-wrap, ‘xgettext’ option: xgettext Invocation. (line 409)
* --obsolete, ‘msgattrib’ option: msgattrib Invocation.
(line 99)
* --omit-header, ‘msgcomm’ option: msgcomm Invocation. (line 146)
-* --omit-header, ‘xgettext’ option: xgettext Invocation. (line 421)
+* --omit-header, ‘xgettext’ option: xgettext Invocation. (line 424)
* --only-file, ‘msgattrib’ option: msgattrib Invocation.
(line 87)
* --only-fuzzy, ‘msgattrib’ option: msgattrib Invocation.
@@ -17102,8 +17112,8 @@ Option Index
* --output-file, ‘msgmerge’ option: msgmerge Invocation. (line 51)
* --output-file, ‘msgunfmt’ option: msgunfmt Invocation. (line 93)
* --output-file, ‘msguniq’ option: msguniq Invocation. (line 37)
-* --package-name, ‘xgettext’ option: xgettext Invocation. (line 453)
-* --package-version, ‘xgettext’ option: xgettext Invocation. (line 456)
+* --package-name, ‘xgettext’ option: xgettext Invocation. (line 456)
+* --package-version, ‘xgettext’ option: xgettext Invocation. (line 459)
* --po-dir, ‘gettextize’ option: gettextize Invocation.
(line 51)
* --previous, ‘msgattrib’ option: msgattrib Invocation.
@@ -17140,9 +17150,9 @@ Option Index
(line 124)
* --properties-output, ‘msguniq’ option: msguniq Invocation. (line 112)
* --properties-output, ‘xgettext’ option: xgettext Invocation.
- (line 382)
+ (line 385)
* --qt, ‘msgfmt’ option: msgfmt Invocation. (line 46)
-* --qt, ‘xgettext’ option: xgettext Invocation. (line 318)
+* --qt, ‘xgettext’ option: xgettext Invocation. (line 321)
* --quiet, ‘msgfilter’ option: msgfilter Invocation.
(line 96)
* --quiet, ‘msgmerge’ option: msgmerge Invocation. (line 213)
@@ -17152,7 +17162,7 @@ Option Index
* --resource, ‘msgfmt’ option <1>: msgfmt Invocation. (line 102)
* --resource, ‘msgunfmt’ option: msgunfmt Invocation. (line 41)
* --resource, ‘msgunfmt’ option <1>: msgunfmt Invocation. (line 58)
-* --sentence-end, ‘xgettext’ option: xgettext Invocation. (line 149)
+* --sentence-end, ‘xgettext’ option: xgettext Invocation. (line 152)
* --set-fuzzy, ‘msgattrib’ option: msgattrib Invocation.
(line 65)
* --set-obsolete, ‘msgattrib’ option: msgattrib Invocation.
@@ -17171,7 +17181,7 @@ Option Index
* --sort-by-file, ‘msggrep’ option: msggrep Invocation. (line 193)
* --sort-by-file, ‘msgmerge’ option: msgmerge Invocation. (line 193)
* --sort-by-file, ‘msguniq’ option: msguniq Invocation. (line 140)
-* --sort-by-file, ‘xgettext’ option: xgettext Invocation. (line 418)
+* --sort-by-file, ‘xgettext’ option: xgettext Invocation. (line 421)
* --sort-output, ‘msgattrib’ option: msgattrib Invocation.
(line 176)
* --sort-output, ‘msgcat’ option: msgcat Invocation. (line 152)
@@ -17184,9 +17194,9 @@ Option Index
* --sort-output, ‘msgmerge’ option: msgmerge Invocation. (line 188)
* --sort-output, ‘msgunfmt’ option: msgunfmt Invocation. (line 147)
* --sort-output, ‘msguniq’ option: msguniq Invocation. (line 135)
-* --sort-output, ‘xgettext’ option: xgettext Invocation. (line 413)
+* --sort-output, ‘xgettext’ option: xgettext Invocation. (line 416)
* --source, ‘msgfmt’ option: msgfmt Invocation. (line 91)
-* --statistics, ‘msgfmt’ option: msgfmt Invocation. (line 319)
+* --statistics, ‘msgfmt’ option: msgfmt Invocation. (line 318)
* --strict, ‘msgattrib’ option: msgattrib Invocation.
(line 147)
* --strict, ‘msgcat’ option: msgcat Invocation. (line 123)
@@ -17200,7 +17210,7 @@ Option Index
* --strict, ‘msgmerge’ option: msgmerge Invocation. (line 159)
* --strict, ‘msgunfmt’ option: msgunfmt Invocation. (line 118)
* --strict, ‘msguniq’ option: msguniq Invocation. (line 106)
-* --strict, ‘xgettext’ option: xgettext Invocation. (line 377)
+* --strict, ‘xgettext’ option: xgettext Invocation. (line 380)
* --stringtable-input, ‘msgattrib’ option: msgattrib Invocation.
(line 111)
* --stringtable-input, ‘msgcat’ option: msgcat Invocation. (line 74)
@@ -17233,7 +17243,7 @@ Option Index
(line 129)
* --stringtable-output, ‘msguniq’ option: msguniq Invocation. (line 117)
* --stringtable-output, ‘xgettext’ option: xgettext Invocation.
- (line 387)
+ (line 390)
* --style, ‘msgattrib’ option: msgattrib Invocation.
(line 123)
* --style, ‘msgcat’ option: msgcat Invocation. (line 99)
@@ -17248,7 +17258,7 @@ Option Index
* --style, ‘msgmerge’ option: msgmerge Invocation. (line 135)
* --style, ‘msgunfmt’ option: msgunfmt Invocation. (line 107)
* --style, ‘msguniq’ option: msguniq Invocation. (line 82)
-* --style, ‘xgettext’ option: xgettext Invocation. (line 351)
+* --style, ‘xgettext’ option: xgettext Invocation. (line 354)
* --suffix, ‘msgmerge’ option: msgmerge Invocation. (line 65)
* --symlink, ‘gettextize’ option: gettextize Invocation.
(line 63)
@@ -17261,7 +17271,7 @@ Option Index
* --to-code, ‘msguniq’ option: msguniq Invocation. (line 70)
* --translated, ‘msgattrib’ option: msgattrib Invocation.
(line 39)
-* --trigraphs, ‘xgettext’ option: xgettext Invocation. (line 313)
+* --trigraphs, ‘xgettext’ option: xgettext Invocation. (line 316)
* --unique, ‘msgcat’ option: msgcat Invocation. (line 62)
* --unique, ‘msgcomm’ option: msgcomm Invocation. (line 61)
* --unique, ‘msguniq’ option: msguniq Invocation. (line 51)
@@ -17274,7 +17284,7 @@ Option Index
* --use-fuzzy, ‘msgfmt’ option: msgfmt Invocation. (line 279)
* --use-untranslated, ‘msgcmp’ option: msgcmp Invocation. (line 49)
* --variables, ‘envsubst’ option: envsubst Invocation. (line 15)
-* --verbose, ‘msgfmt’ option: msgfmt Invocation. (line 325)
+* --verbose, ‘msgfmt’ option: msgfmt Invocation. (line 324)
* --verbose, ‘msgmerge’ option: msgmerge Invocation. (line 208)
* --verbose, ‘msgunfmt’ option: msgunfmt Invocation. (line 163)
* --version, ‘autopoint’ option: autopoint Invocation.
@@ -17293,14 +17303,14 @@ Option Index
* --version, ‘msgexec’ option: msgexec Invocation. (line 81)
* --version, ‘msgfilter’ option: msgfilter Invocation.
(line 215)
-* --version, ‘msgfmt’ option: msgfmt Invocation. (line 316)
+* --version, ‘msgfmt’ option: msgfmt Invocation. (line 315)
* --version, ‘msggrep’ option: msggrep Invocation. (line 204)
* --version, ‘msginit’ option: msginit Invocation. (line 132)
* --version, ‘msgmerge’ option: msgmerge Invocation. (line 204)
* --version, ‘msgunfmt’ option: msgunfmt Invocation. (line 159)
* --version, ‘msguniq’ option: msguniq Invocation. (line 151)
* --version, ‘ngettext’ option: ngettext Invocation. (line 35)
-* --version, ‘xgettext’ option: xgettext Invocation. (line 498)
+* --version, ‘xgettext’ option: xgettext Invocation. (line 501)
* --width, ‘msgattrib’ option: msgattrib Invocation.
(line 163)
* --width, ‘msgcat’ option: msgcat Invocation. (line 139)
@@ -17314,14 +17324,14 @@ Option Index
* --width, ‘msgmerge’ option: msgmerge Invocation. (line 175)
* --width, ‘msgunfmt’ option: msgunfmt Invocation. (line 134)
* --width, ‘msguniq’ option: msguniq Invocation. (line 122)
-* --width, ‘xgettext’ option: xgettext Invocation. (line 400)
+* --width, ‘xgettext’ option: xgettext Invocation. (line 403)
* --xml, ‘msgfmt’ option: msgfmt Invocation. (line 52)
* -<, ‘msgcat’ option: msgcat Invocation. (line 52)
* -<, ‘msgcomm’ option: msgcomm Invocation. (line 51)
* ->, ‘msgcat’ option: msgcat Invocation. (line 57)
* ->, ‘msgcomm’ option: msgcomm Invocation. (line 56)
* -a, ‘msgfmt’ option: msgfmt Invocation. (line 288)
-* -a, ‘xgettext’ option: xgettext Invocation. (line 162)
+* -a, ‘xgettext’ option: xgettext Invocation. (line 165)
* -c, ‘msgfmt’ option: msgfmt Invocation. (line 226)
* -C, ‘msgfmt’ option: msgfmt Invocation. (line 263)
* -C, ‘msggrep’ option: msggrep Invocation. (line 86)
@@ -17388,7 +17398,7 @@ Option Index
* -F, ‘msgmerge’ option: msgmerge Invocation. (line 193)
* -F, ‘msguniq’ option: msguniq Invocation. (line 140)
* -f, ‘xgettext’ option: xgettext Invocation. (line 19)
-* -F, ‘xgettext’ option: xgettext Invocation. (line 418)
+* -F, ‘xgettext’ option: xgettext Invocation. (line 421)
* -h, ‘envsubst’ option: envsubst Invocation. (line 21)
* -h, ‘gettext’ option: gettext Invocation. (line 32)
* -h, ‘msgattrib’ option: msgattrib Invocation.
@@ -17401,14 +17411,14 @@ Option Index
* -h, ‘msgexec’ option: msgexec Invocation. (line 77)
* -h, ‘msgfilter’ option: msgfilter Invocation.
(line 211)
-* -h, ‘msgfmt’ option: msgfmt Invocation. (line 312)
+* -h, ‘msgfmt’ option: msgfmt Invocation. (line 311)
* -h, ‘msggrep’ option: msggrep Invocation. (line 200)
* -h, ‘msginit’ option: msginit Invocation. (line 128)
* -h, ‘msgmerge’ option: msgmerge Invocation. (line 200)
* -h, ‘msgunfmt’ option: msgunfmt Invocation. (line 155)
* -h, ‘msguniq’ option: msguniq Invocation. (line 147)
* -h, ‘ngettext’ option: ngettext Invocation. (line 31)
-* -h, ‘xgettext’ option: xgettext Invocation. (line 494)
+* -h, ‘xgettext’ option: xgettext Invocation. (line 497)
* -i, ‘msgattrib’ option: msgattrib Invocation.
(line 131)
* -i, ‘msgcat’ option: msgcat Invocation. (line 107)
@@ -17423,14 +17433,14 @@ Option Index
* -i, ‘msgmerge’ option: msgmerge Invocation. (line 143)
* -i, ‘msgunfmt’ option: msgunfmt Invocation. (line 115)
* -i, ‘msguniq’ option: msguniq Invocation. (line 90)
-* -i, ‘xgettext’ option: xgettext Invocation. (line 359)
+* -i, ‘xgettext’ option: xgettext Invocation. (line 362)
* -j, ‘msgfmt’ option: msgfmt Invocation. (line 30)
* -J, ‘msggrep’ option: msggrep Invocation. (line 74)
* -j, ‘msgunfmt’ option: msgunfmt Invocation. (line 16)
* -j, ‘xgettext’ option: xgettext Invocation. (line 85)
* -k, ‘msgfmt’ option: msgfmt Invocation. (line 140)
* -K, ‘msggrep’ option: msggrep Invocation. (line 78)
-* -k, ‘xgettext’ option: xgettext Invocation. (line 171)
+* -k, ‘xgettext’ option: xgettext Invocation. (line 174)
* -l, ‘msgfmt’ option: msgfmt Invocation. (line 83)
* -l, ‘msgfmt’ option <1>: msgfmt Invocation. (line 106)
* -l, ‘msgfmt’ option <2>: msgfmt Invocation. (line 122)
@@ -17445,8 +17455,8 @@ Option Index
* -m, ‘msgcmp’ option: msgcmp Invocation. (line 35)
* -M, ‘msggrep’ option: msggrep Invocation. (line 70)
* -m, ‘msgmerge’ option: msgmerge Invocation. (line 96)
-* -m, ‘xgettext’ option: xgettext Invocation. (line 483)
-* -M, ‘xgettext’ option: xgettext Invocation. (line 487)
+* -m, ‘xgettext’ option: xgettext Invocation. (line 486)
+* -M, ‘xgettext’ option: xgettext Invocation. (line 490)
* -n, ‘gettext’ option: gettext Invocation. (line 35)
* -n, ‘msgattrib’ option: msgattrib Invocation.
(line 138)
@@ -17458,7 +17468,7 @@ Option Index
* -N, ‘msggrep’ option: msggrep Invocation. (line 65)
* -N, ‘msgmerge’ option: msgmerge Invocation. (line 100)
* -n, ‘msguniq’ option: msguniq Invocation. (line 97)
-* -n, ‘xgettext’ option: xgettext Invocation. (line 368)
+* -n, ‘xgettext’ option: xgettext Invocation. (line 371)
* -o, ‘msgattrib’ option: msgattrib Invocation.
(line 30)
* -o, ‘msgcat’ option: msgcat Invocation. (line 42)
@@ -17519,12 +17529,12 @@ Option Index
* -s, ‘msgmerge’ option: msgmerge Invocation. (line 188)
* -s, ‘msgunfmt’ option: msgunfmt Invocation. (line 147)
* -s, ‘msguniq’ option: msguniq Invocation. (line 135)
-* -s, ‘xgettext’ option: xgettext Invocation. (line 413)
+* -s, ‘xgettext’ option: xgettext Invocation. (line 416)
* -t, ‘msgcat’ option: msgcat Invocation. (line 82)
* -t, ‘msgconv’ option: msgconv Invocation. (line 40)
* -T, ‘msggrep’ option: msggrep Invocation. (line 82)
* -t, ‘msguniq’ option: msguniq Invocation. (line 70)
-* -T, ‘xgettext’ option: xgettext Invocation. (line 313)
+* -T, ‘xgettext’ option: xgettext Invocation. (line 316)
* -u, ‘msgcat’ option: msgcat Invocation. (line 62)
* -u, ‘msgcomm’ option: msgcomm Invocation. (line 61)
* -U, ‘msgmerge’ option: msgmerge Invocation. (line 44)
@@ -17542,8 +17552,8 @@ Option Index
* -V, ‘msgexec’ option: msgexec Invocation. (line 81)
* -V, ‘msgfilter’ option: msgfilter Invocation.
(line 215)
-* -V, ‘msgfmt’ option: msgfmt Invocation. (line 316)
-* -v, ‘msgfmt’ option: msgfmt Invocation. (line 325)
+* -V, ‘msgfmt’ option: msgfmt Invocation. (line 315)
+* -v, ‘msgfmt’ option: msgfmt Invocation. (line 324)
* -v, ‘msggrep’ option: msggrep Invocation. (line 114)
* -V, ‘msggrep’ option: msggrep Invocation. (line 204)
* -V, ‘msginit’ option: msginit Invocation. (line 132)
@@ -17553,7 +17563,7 @@ Option Index
* -v, ‘msgunfmt’ option: msgunfmt Invocation. (line 163)
* -V, ‘msguniq’ option: msguniq Invocation. (line 151)
* -V, ‘ngettext’ option: ngettext Invocation. (line 35)
-* -V, ‘xgettext’ option: xgettext Invocation. (line 498)
+* -V, ‘xgettext’ option: xgettext Invocation. (line 501)
* -w, ‘msgattrib’ option: msgattrib Invocation.
(line 163)
* -w, ‘msgcat’ option: msgcat Invocation. (line 139)
@@ -17567,7 +17577,7 @@ Option Index
* -w, ‘msgmerge’ option: msgmerge Invocation. (line 175)
* -w, ‘msgunfmt’ option: msgunfmt Invocation. (line 134)
* -w, ‘msguniq’ option: msguniq Invocation. (line 122)
-* -w, ‘xgettext’ option: xgettext Invocation. (line 400)
+* -w, ‘xgettext’ option: xgettext Invocation. (line 403)
* -X, ‘msggrep’ option: msggrep Invocation. (line 90)
* -x, ‘xgettext’ option: xgettext Invocation. (line 89)
@@ -17921,7 +17931,7 @@ General Index
* ‘acconfig.h’ file: acconfig. (line 6)
* accumulating translations: Creating Compendia. (line 14)
* ‘aclocal.m4’ file: aclocal. (line 6)
-* adding keywords, ‘xgettext’: xgettext Invocation. (line 175)
+* adding keywords, ‘xgettext’: xgettext Invocation. (line 178)
* ambiguities: Preparing Strings. (line 41)
* apply a filter to translations: msgfilter Invocation.
(line 8)
@@ -17947,11 +17957,11 @@ General Index
* bibliography: References. (line 6)
* big picture: Overview. (line 6)
* bind_textdomain_codeset: Charset conversion. (line 26)
-* Boost format strings: xgettext Invocation. (line 326)
+* Boost format strings: xgettext Invocation. (line 329)
* boost-format flag: PO Files. (line 200)
* bug report address: Introduction. (line 24)
* C and C-like languages: C. (line 6)
-* C trigraphs: xgettext Invocation. (line 313)
+* C trigraphs: xgettext Invocation. (line 316)
* C#: C#. (line 6)
* C# mode, and ‘msgfmt’ program: msgfmt Invocation. (line 36)
* C# mode, and ‘msgunfmt’ program: msgunfmt Invocation. (line 19)
@@ -17994,7 +18004,7 @@ General Index
* ‘config.h.in’ file: config.h.in. (line 6)
* context: Contexts. (line 6)
* context, argument specification in ‘xgettext’: xgettext Invocation.
- (line 175)
+ (line 178)
* context, in MO files: MO Files. (line 71)
* context, in PO files: PO Files. (line 211)
* control characters: Preparing Strings. (line 190)
@@ -18014,7 +18024,7 @@ General Index
* dcpgettext: Contexts. (line 56)
* dcpgettext_expr: Contexts. (line 112)
* debugging messages marked as format strings: xgettext Invocation.
- (line 330)
+ (line 333)
* Desktop Entry mode, and ‘msgfmt’ program: msgfmt Invocation.
(line 49)
* dialect: Manipulating. (line 28)
@@ -18060,8 +18070,8 @@ General Index
* force use of fuzzy entries: msgfmt Invocation. (line 279)
* format strings: c-format Flag. (line 6)
* Free Pascal: Pascal. (line 6)
-* function attribute, __format_arg__: xgettext Invocation. (line 291)
-* function attribute, __format__: xgettext Invocation. (line 277)
+* function attribute, __format_arg__: xgettext Invocation. (line 294)
+* function attribute, __format__: xgettext Invocation. (line 280)
* fuzzy entries: Fuzzy Entries. (line 6)
* fuzzy flag: PO Files. (line 78)
* gawk: gawk. (line 6)
@@ -18112,7 +18122,7 @@ General Index
* Java, string concatenation: Preparing Strings. (line 168)
* java-format flag: PO Files. (line 143)
* javascript-format flag: PO Files. (line 208)
-* KDE format strings: xgettext Invocation. (line 322)
+* KDE format strings: xgettext Invocation. (line 325)
* KDE PO file editor: KBabel. (line 5)
* kde-format flag: PO Files. (line 196)
* keyboard accelerator checking: msgfmt Invocation. (line 267)
@@ -18317,7 +18327,7 @@ General Index
* Python: Python. (line 6)
* python-brace-format flag: PO Files. (line 119)
* python-format flag: PO Files. (line 115)
-* Qt format strings: xgettext Invocation. (line 318)
+* Qt format strings: xgettext Invocation. (line 321)
* Qt mode, and ‘msgfmt’ program: msgfmt Invocation. (line 46)
* qt-format flag: PO Files. (line 188)
* qt-plural-format flag: PO Files. (line 192)
@@ -18337,7 +18347,7 @@ General Index
* search messages in a catalog: msggrep Invocation. (line 8)
* selecting message language: Locale Environment Variables.
(line 6)
-* sentence end markers, ‘xgettext’: xgettext Invocation. (line 149)
+* sentence end markers, ‘xgettext’: xgettext Invocation. (line 152)
* sentences: Preparing Strings. (line 44)
* setting up ‘gettext’ at build time: Installers. (line 6)
* setting up ‘gettext’ at run time: Locale Environment Variables.
@@ -18353,7 +18363,7 @@ General Index
* sorting ‘msgcat’ output: msgcat Invocation. (line 152)
* sorting ‘msgmerge’ output: msgmerge Invocation. (line 188)
* sorting ‘msgunfmt’ output: msgunfmt Invocation. (line 147)
-* sorting output of ‘xgettext’: xgettext Invocation. (line 413)
+* sorting output of ‘xgettext’: xgettext Invocation. (line 416)
* specifying plural form in a PO file: Plural forms. (line 177)
* standard output, and ‘msgcat’: msgcat Invocation. (line 44)
* standard output, and ‘msgmerge’ program: msgmerge Invocation.
@@ -18369,7 +18379,7 @@ General Index
* Tcl mode, and ‘msgunfmt’ program: msgunfmt Invocation. (line 26)
* tcl-format flag: PO Files. (line 163)
* template PO file: Overview. (line 67)
-* testing ‘.po’ files for equivalence: xgettext Invocation. (line 423)
+* testing ‘.po’ files for equivalence: xgettext Invocation. (line 426)
* Tk’s scripting language: Tcl. (line 6)
* translated entries: Translated Entries. (line 6)
* translating menu entries: Contexts. (line 6)
@@ -18400,249 +18410,250 @@ General Index

Tag Table:
Node: Top2954
-Node: Introduction18343
-Node: Why19985
-Ref: Why-Footnote-123241
-Node: Concepts23397
-Node: Aspects26828
-Node: Files33436
-Node: Overview35386
-Node: Users45473
-Node: System Installation46388
-Node: Setting the GUI Locale48081
-Node: Setting the POSIX Locale49489
-Node: Locale Names50471
-Node: Locale Environment Variables52960
-Node: The LANGUAGE variable55303
-Node: Installing Localizations57324
-Node: PO Files58701
-Ref: PO Files-Footnote-171839
-Node: Sources71974
-Node: Importing73216
-Node: Triggering73920
-Node: Preparing Strings77278
-Node: Mark Keywords86437
-Node: Marking91005
-Node: c-format Flag98962
-Node: Special cases103008
-Node: Bug Report Address105792
-Node: Names107771
-Node: Libraries112077
-Node: Template115167
-Node: xgettext Invocation115932
-Node: Creating136166
-Node: msginit Invocation137075
-Node: Header Entry141398
-Node: Updating150855
-Node: msgmerge Invocation151074
-Node: Editing157540
-Node: KBabel157904
-Node: Gtranslator158044
-Node: PO Mode158188
-Node: Installation159848
-Node: Main PO Commands161864
-Node: Entry Positioning167136
-Node: Normalizing172781
-Node: Translated Entries177342
-Node: Fuzzy Entries178747
-Node: Untranslated Entries182054
-Node: Obsolete Entries184053
-Node: Modifying Translations187352
-Node: Modifying Comments195494
-Node: Subedit200043
-Node: C Sources Context204061
-Node: Auxiliary209290
-Node: Compendium212610
-Node: Creating Compendia213225
-Node: Using Compendia215787
-Node: Manipulating216745
-Node: msgcat Invocation220689
-Node: msgconv Invocation226011
-Node: msggrep Invocation230002
-Node: msgfilter Invocation236824
-Node: msguniq Invocation245178
-Node: msgcomm Invocation249918
-Node: msgcmp Invocation254819
-Node: msgattrib Invocation257060
-Node: msgen Invocation262829
-Node: msgexec Invocation267238
-Node: Colorizing270562
-Node: The --color option271617
-Node: The TERM variable273346
-Node: The --style option274900
-Node: Style rules276278
-Node: Customizing less283291
-Node: libgettextpo284746
-Node: Binaries289996
-Node: msgfmt Invocation290348
-Node: msgunfmt Invocation301074
-Node: MO Files305758
-Node: Programmers314369
-Node: catgets315583
-Node: Interface to catgets317013
-Node: Problems with catgets319082
-Node: gettext320007
-Node: Interface to gettext321530
-Node: Ambiguities323898
-Node: Locating Catalogs326658
-Ref: Locating Catalogs-Footnote-1327923
-Ref: Locating Catalogs-Footnote-2328155
-Node: Charset conversion328308
-Node: Contexts330828
-Node: Plural forms336448
-Ref: Plural forms-Footnote-1353164
-Node: Optimized gettext353536
-Node: Comparison354887
-Node: Using libintl.a359254
-Node: gettext grok359709
-Node: Temp Programmers362418
-Node: Temp Implementations362950
-Node: Temp catgets364368
-Node: Temp WSI366095
-Node: Temp Notes368158
-Node: Translators368672
-Node: Trans Intro 0369217
-Node: Trans Intro 1372074
-Node: Discussions374047
-Node: Organization377765
-Node: Central Coordination379851
-Node: National Teams380999
-Node: Sub-Cultures383533
-Node: Organizational Ideas384474
-Node: Mailing Lists385505
-Node: Information Flow387342
-Node: Translating plural forms389609
-Node: Prioritizing messages393052
-Node: Maintainers397436
-Node: Flat and Non-Flat399413
-Node: Prerequisites400943
-Node: gettextize Invocation405202
-Node: Adjusting Files412982
-Node: po/POTFILES.in414828
-Node: po/LINGUAS416127
-Node: po/Makevars417934
-Node: po/Rules-*418924
-Node: configure.ac420485
-Node: config.guess423650
-Node: mkinstalldirs425116
-Node: aclocal425529
-Node: acconfig428084
-Node: config.h.in428628
-Node: Makefile430176
-Node: src/Makefile432908
-Node: lib/gettext.h437834
-Node: autoconf macros440167
-Node: AM_GNU_GETTEXT441071
-Node: AM_GNU_GETTEXT_VERSION445295
-Node: AM_GNU_GETTEXT_NEED445774
-Node: AM_GNU_GETTEXT_INTL_SUBDIR446707
-Node: AM_PO_SUBDIRS447392
-Node: AM_XGETTEXT_OPTION448231
-Node: AM_ICONV449142
-Node: Version Control Issues451527
-Node: Distributed Development452282
-Node: Files under Version Control454317
-Node: Translations under Version Control457808
-Ref: Translations under Version Control-Footnote-1459884
-Node: autopoint Invocation459974
-Node: Release Management462339
-Node: Installers462880
-Node: Programming Languages464143
-Node: Language Implementors464981
-Node: Programmers for other Languages469971
-Node: Translators for other Languages470565
-Node: c-format472427
-Node: objc-format474201
-Node: sh-format474560
-Node: python-format475409
-Node: lisp-format476182
-Node: elisp-format476511
-Node: librep-format477006
-Node: scheme-format477409
-Node: smalltalk-format477688
-Node: java-format478219
-Node: csharp-format478674
-Node: awk-format479056
-Node: object-pascal-format479384
-Node: ycp-format479770
-Node: tcl-format480188
-Node: perl-format480490
-Node: php-format481282
-Node: gcc-internal-format481658
-Node: gfc-internal-format482817
-Node: qt-format483566
-Node: qt-plural-format484012
-Node: kde-format484371
-Node: kde-kuit-format484803
-Node: boost-format485468
-Node: lua-format486060
-Node: javascript-format486399
-Node: Maintainers for other Languages487169
-Node: List of Programming Languages488457
-Node: C489858
-Node: sh491306
-Node: Preparing Shell Scripts492666
-Node: gettext.sh496186
-Node: gettext Invocation496754
-Node: ngettext Invocation498805
-Node: envsubst Invocation500685
-Node: eval_gettext Invocation502164
-Node: eval_ngettext Invocation502629
-Node: bash503147
-Node: Python505196
-Node: Common Lisp507676
-Node: clisp C508526
-Node: Emacs Lisp509284
-Node: librep510052
-Node: Scheme510833
-Node: Smalltalk511708
-Node: Java512803
-Node: C#518847
-Node: gawk528521
-Node: Pascal529626
-Node: wxWidgets531038
-Node: YCP532005
-Node: Tcl532784
-Node: Perl534274
-Node: General Problems537466
-Node: Default Keywords543134
-Node: Special Keywords544162
-Node: Quote-like Expressions545724
-Node: Interpolation I548041
-Node: Interpolation II551985
-Node: Parentheses554369
-Node: Long Lines555894
-Node: Perl Pitfalls557761
-Node: PHP562095
-Node: Pike563104
-Node: GCC-source563805
-Node: Lua564625
-Node: JavaScript565631
-Node: Vala566399
-Node: List of Data Formats567318
-Node: POT568015
-Node: RST568285
-Node: Glade568523
-Node: GSettings568935
-Node: AppData569246
-Node: Preparing ITS Rules569677
-Node: Conclusion575810
-Node: History576324
-Node: References580727
-Node: Language Codes582426
-Node: Usual Language Codes582941
-Node: Rare Language Codes587859
-Node: Country Codes589709
-Node: Licenses596862
-Node: GNU GPL598718
-Node: GNU LGPL618035
-Node: GNU FDL646272
-Node: Program Index668803
-Node: Option Index671213
-Node: Variable Index726431
-Node: PO Mode Index731102
-Node: Autoconf Macro Index747812
-Node: Index748619
+Node: Introduction18345
+Node: Why19987
+Ref: Why-Footnote-123243
+Node: Concepts23399
+Node: Aspects26830
+Node: Files33438
+Node: Overview35388
+Node: Users45475
+Node: System Installation46390
+Node: Setting the GUI Locale48083
+Node: Setting the POSIX Locale49491
+Node: Locale Names50473
+Node: Locale Environment Variables52962
+Node: The LANGUAGE variable55305
+Node: Installing Localizations57326
+Node: PO Files58703
+Ref: PO Files-Footnote-171841
+Node: Sources71976
+Node: Importing73218
+Node: Triggering73922
+Node: Preparing Strings77280
+Node: Mark Keywords86439
+Node: Marking91007
+Node: c-format Flag98964
+Node: Special cases103010
+Node: Bug Report Address105794
+Node: Names107773
+Node: Libraries112079
+Node: Template115169
+Node: xgettext Invocation115934
+Node: Creating136267
+Node: msginit Invocation137176
+Node: Header Entry141499
+Node: Updating150956
+Node: msgmerge Invocation151175
+Node: Editing157641
+Node: KBabel158005
+Node: Gtranslator158145
+Node: PO Mode158289
+Node: Installation159949
+Node: Main PO Commands161965
+Node: Entry Positioning167237
+Node: Normalizing172882
+Node: Translated Entries177443
+Node: Fuzzy Entries178848
+Node: Untranslated Entries182155
+Node: Obsolete Entries184154
+Node: Modifying Translations187453
+Node: Modifying Comments195595
+Node: Subedit200144
+Node: C Sources Context204162
+Node: Auxiliary209391
+Node: Compendium212711
+Node: Creating Compendia213326
+Node: Using Compendia215888
+Node: Manipulating216846
+Node: msgcat Invocation220790
+Node: msgconv Invocation226112
+Node: msggrep Invocation230103
+Node: msgfilter Invocation236925
+Node: msguniq Invocation245279
+Node: msgcomm Invocation250019
+Node: msgcmp Invocation254920
+Node: msgattrib Invocation257161
+Node: msgen Invocation262930
+Node: msgexec Invocation267339
+Node: Colorizing270663
+Node: The --color option271718
+Node: The TERM variable273447
+Node: The --style option275001
+Node: Style rules276379
+Node: Customizing less283392
+Node: libgettextpo284847
+Node: Binaries290097
+Node: msgfmt Invocation290449
+Node: msgunfmt Invocation301124
+Node: MO Files305808
+Node: Programmers314429
+Node: catgets315643
+Node: Interface to catgets317073
+Node: Problems with catgets319142
+Node: gettext320067
+Node: Interface to gettext321590
+Node: Ambiguities323958
+Node: Locating Catalogs326718
+Ref: Locating Catalogs-Footnote-1327983
+Ref: Locating Catalogs-Footnote-2328215
+Node: Charset conversion328368
+Node: Contexts330888
+Node: Plural forms336508
+Ref: Plural forms-Footnote-1353224
+Node: Optimized gettext353596
+Node: Comparison354947
+Node: Using libintl.a359314
+Node: gettext grok359769
+Node: Temp Programmers362478
+Node: Temp Implementations363010
+Node: Temp catgets364428
+Node: Temp WSI366155
+Node: Temp Notes368218
+Node: Translators368732
+Node: Trans Intro 0369277
+Node: Trans Intro 1372134
+Node: Discussions374107
+Node: Organization377825
+Node: Central Coordination379911
+Node: National Teams381059
+Node: Sub-Cultures383593
+Node: Organizational Ideas384534
+Node: Mailing Lists385565
+Node: Information Flow387402
+Node: Translating plural forms389669
+Node: Prioritizing messages393112
+Node: Maintainers397496
+Node: Flat and Non-Flat399473
+Node: Prerequisites401003
+Node: gettextize Invocation405262
+Node: Adjusting Files413042
+Node: po/POTFILES.in414890
+Node: po/LINGUAS416189
+Node: po/Makevars417996
+Node: po/Rules-*418986
+Node: configure.ac420547
+Node: config.guess423720
+Node: mkinstalldirs425186
+Node: aclocal425599
+Node: acconfig428154
+Node: config.h.in428698
+Node: Makefile430246
+Node: src/Makefile432978
+Node: lib/gettext.h437904
+Node: autoconf macros440237
+Node: AM_GNU_GETTEXT441141
+Node: AM_GNU_GETTEXT_VERSION445365
+Node: AM_GNU_GETTEXT_NEED445844
+Node: AM_GNU_GETTEXT_INTL_SUBDIR446777
+Node: AM_PO_SUBDIRS447462
+Node: AM_XGETTEXT_OPTION448301
+Node: AM_ICONV449212
+Node: Version Control Issues451597
+Node: Distributed Development452352
+Node: Files under Version Control454387
+Node: Translations under Version Control457878
+Ref: Translations under Version Control-Footnote-1459954
+Node: autopoint Invocation460044
+Node: Release Management462409
+Node: Installers462950
+Node: Programming Languages464213
+Node: Language Implementors465051
+Node: Programmers for other Languages470041
+Node: Translators for other Languages470635
+Node: c-format472497
+Node: objc-format474271
+Node: sh-format474630
+Node: python-format475479
+Node: lisp-format476252
+Node: elisp-format476581
+Node: librep-format477076
+Node: scheme-format477479
+Node: smalltalk-format477758
+Node: java-format478289
+Node: csharp-format478744
+Node: awk-format479126
+Node: object-pascal-format479454
+Node: ycp-format479840
+Node: tcl-format480258
+Node: perl-format480560
+Node: php-format481352
+Node: gcc-internal-format481728
+Node: gfc-internal-format482887
+Node: qt-format483636
+Node: qt-plural-format484082
+Node: kde-format484441
+Node: kde-kuit-format484873
+Node: boost-format485538
+Node: lua-format486130
+Node: javascript-format486469
+Node: Maintainers for other Languages487239
+Node: List of Programming Languages488527
+Node: C489928
+Node: sh491376
+Node: Preparing Shell Scripts492736
+Node: gettext.sh496256
+Node: gettext Invocation496824
+Node: ngettext Invocation498875
+Node: envsubst Invocation500755
+Node: eval_gettext Invocation502234
+Node: eval_ngettext Invocation502699
+Node: bash503217
+Node: Python505266
+Node: Common Lisp507746
+Node: clisp C508596
+Node: Emacs Lisp509354
+Node: librep510122
+Node: Scheme510903
+Node: Smalltalk511778
+Node: Java512873
+Node: C#518917
+Node: gawk528591
+Node: Pascal529696
+Node: wxWidgets531108
+Node: YCP532075
+Node: Tcl532854
+Node: Perl534344
+Node: General Problems537536
+Node: Default Keywords543204
+Node: Special Keywords544232
+Node: Quote-like Expressions545794
+Node: Interpolation I548111
+Node: Interpolation II552055
+Node: Parentheses554439
+Node: Long Lines555964
+Node: Perl Pitfalls557831
+Node: PHP562165
+Node: Pike563174
+Node: GCC-source563875
+Node: Lua564695
+Node: JavaScript565701
+Node: Vala566469
+Node: List of Data Formats567388
+Node: POT568085
+Node: RST568355
+Node: Glade568593
+Node: GSettings569005
+Node: AppData569316
+Node: Preparing ITS Rules569747
+Ref: Preparing ITS Rules-Footnote-1575919
+Node: Conclusion576251
+Node: History576765
+Node: References581168
+Node: Language Codes582867
+Node: Usual Language Codes583382
+Node: Rare Language Codes588300
+Node: Country Codes590150
+Node: Licenses597303
+Node: GNU GPL599159
+Node: GNU LGPL618476
+Node: GNU FDL646713
+Node: Program Index669244
+Node: Option Index671654
+Node: Variable Index726872
+Node: PO Mode Index731543
+Node: Autoconf Macro Index748253
+Node: Index749060

End Tag Table