summaryrefslogtreecommitdiffstats
path: root/gettext-tools/doc/msgcat.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-10-22 10:49:08 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:05 +0200
commit71369e271602bb1fa9ce0d706202eaff8ff8867a (patch)
treed556d8e1a6825e55914bdf2ff38cb69076ab86e4 /gettext-tools/doc/msgcat.texi
parent9ae78f58546dc8470e92ad1e8824afafff5e0da1 (diff)
downloadexternal_gettext-71369e271602bb1fa9ce0d706202eaff8ff8867a.zip
external_gettext-71369e271602bb1fa9ce0d706202eaff8ff8867a.tar.gz
external_gettext-71369e271602bb1fa9ce0d706202eaff8ff8867a.tar.bz2
Support for GNUstep .strings format.
Diffstat (limited to 'gettext-tools/doc/msgcat.texi')
-rw-r--r--gettext-tools/doc/msgcat.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/gettext-tools/doc/msgcat.texi b/gettext-tools/doc/msgcat.texi
index 0e61e18..c53d883 100644
--- a/gettext-tools/doc/msgcat.texi
+++ b/gettext-tools/doc/msgcat.texi
@@ -92,6 +92,11 @@ printed.
Assume the input files are Java ResourceBundles in Java @code{.properties}
syntax, not in PO file syntax.
+@item --stringtable-input
+@opindex --stringtable-input@r{, @code{msgcat} option}
+Assume the input files are NeXTstep/GNUstep localized resource files in
+@code{.strings} syntax, not in PO file syntax.
+
@end table
@subsection Output details
@@ -144,6 +149,11 @@ Write out a Java ResourceBundle in Java @code{.properties} syntax. Note
that this file format doesn't support plural forms and silently drops
obsolete messages.
+@item --stringtable-output
+@opindex --stringtable-output@r{, @code{msgcat} option}
+Write out a NeXTstep/GNUstep localized resource file in @code{.strings} syntax.
+Note that this file format doesn't support plural forms.
+
@item -w @var{number}
@itemx --width=@var{number}
@opindex -w@r{, @code{msgcat} option}