summaryrefslogtreecommitdiffstats
path: root/doc/msgunfmt.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2002-03-07 13:26:36 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:07:47 +0200
commitef73f96bb0dea72c4f6cf71f6e78c665a9e439d8 (patch)
tree161e4b2a4e971f7b58ebae2036273e8113220a5b /doc/msgunfmt.texi
parent7c721f718866b21f02d180da2b705c63467a1f31 (diff)
downloadexternal_gettext-ef73f96bb0dea72c4f6cf71f6e78c665a9e439d8.zip
external_gettext-ef73f96bb0dea72c4f6cf71f6e78c665a9e439d8.tar.gz
external_gettext-ef73f96bb0dea72c4f6cf71f6e78c665a9e439d8.tar.bz2
Update for Tcl mode.
Diffstat (limited to 'doc/msgunfmt.texi')
-rw-r--r--doc/msgunfmt.texi26
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/msgunfmt.texi b/doc/msgunfmt.texi
index c014cf8..353f839 100644
--- a/doc/msgunfmt.texi
+++ b/doc/msgunfmt.texi
@@ -16,7 +16,12 @@ Uniforum style .po file.
@opindex -j@r{, @code{msgunfmt} option}
@opindex --java@r{, @code{msgunfmt} option}
@cindex Java mode, and @code{msgunfmt} program
-Java mode: generate a Java @code{ResourceBundle} class.
+Java mode: input is a Java @code{ResourceBundle} class.
+
+@item --tcl
+@opindex --tcl@r{, @code{msgunfmt} option}
+@cindex Tcl mode, and @code{msgunfmt} program
+Tcl mode: input is a tcl/msgcat @file{.msg} file.
@end table
@@ -51,6 +56,25 @@ or a combined language and country specification of the form @var{ll_CC}.
The class name is determined by appending the locale name to the resource name,
separated with an underscore. The class is located using the @code{CLASSPATH}.
+@subsection Input file location in Tcl mode
+
+@table @samp
+@item -l @var{locale}
+@itemx --locale=@var{locale}
+@opindex -l@r{, @code{msgunfmt} option}
+@opindex --locale@r{, @code{msgunfmt} option}
+Specify the locale name, either a language specification of the form @var{ll}
+or a combined language and country specification of the form @var{ll_CC}.
+
+@item -d @var{directory}
+@opindex -d@r{, @code{msgunfmt} option}
+Specify the base directory of @file{.msg} message catalogs.
+
+@end table
+
+The @samp{-l} and @samp{-d} options are mandatory. The @file{.msg} file is
+located in the specified directory.
+
@subsection Output file location
@table @samp