diff options
author | Guido Guenther <agx@sigxcpu.org> | 2007-11-19 17:28:47 +0100 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2007-11-19 17:28:47 +0100 |
commit | 347225c68836d1942d897d01bcb66b964fb3cd3a (patch) | |
tree | e156728ed3e46995a70505b4656e8bc98ef10b49 /etpo/README | |
download | krb5-auth-dialog-347225c68836d1942d897d01bcb66b964fb3cd3a.tar.gz krb5-auth-dialog-347225c68836d1942d897d01bcb66b964fb3cd3a.tar.bz2 krb5-auth-dialog-347225c68836d1942d897d01bcb66b964fb3cd3a.zip |
Imported upstream version 0.6
Diffstat (limited to 'etpo/README')
-rw-r--r-- | etpo/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etpo/README b/etpo/README new file mode 100644 index 0000000..a214642 --- /dev/null +++ b/etpo/README @@ -0,0 +1,8 @@ +Packages which uses com_err frequently have no built-in facility for using +localized messages. + +The etpo program walks a directory tree containing .et files used by +compile_et, and produces a .pot file suitable for use with GNU gettext on +stdout. Translations can then be made for the package which uses com_err, +and consumers of those messages can then use gettext to obtain localized +forms of messages returned by the error_message() function. |