Differences From Artifact [f137f4db92]:
- File doc/msgcat.n — part of check-in [3991fa63bb] at 2000-04-11 21:16:17 on branch trunk — * msgcat.n: Added docs for new behavior from patch in [Bug: 4158]. * msgcat.test: Added tests for new behavior from patch in [Bug: 4158]. * msgcat.tcl: Applied patch from [Bug: 4158], which enables msgcat::mc to search the entire namespace ancestry chain for message translations (ie, first it checks the current namespace, then the parent, then the parent's parent, etc). Also allows the specification of additional args for msgcat::mc; if extra args are given, the [format] command is used to substitute the additional args in the translated message. (user: ericm size: 8613)
To Artifact [977a7f1753]:
- File doc/msgcat.n — part of check-in [b3ba68b61b] at 2002-04-18 16:56:55 on branch core-8-3-1-branch — * Added "package require"s to msgcat documentation. (user: dgp size: 8684)
| ︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | .so man.macros .TH "msgcat" n 8.1 Tcl "Tcl Built-In Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME msgcat \- Tcl message catalog .SH SYNOPSIS \fB::msgcat::mc \fIsrc-string\fR .sp \fB::msgcat::mclocale \fR?\fInewLocale\fR? .sp \fB::msgcat::mcpreferences\fR .sp \fB::msgcat::mcload \fIdirname\fR | > > > > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | .so man.macros .TH "msgcat" n 8.1 Tcl "Tcl Built-In Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME msgcat \- Tcl message catalog .SH SYNOPSIS \fBpackage require Tcl 8.2\fR .sp \fBpackage require msgcat 1.1\fR .sp \fB::msgcat::mc \fIsrc-string\fR .sp \fB::msgcat::mclocale \fR?\fInewLocale\fR? .sp \fB::msgcat::mcpreferences\fR .sp \fB::msgcat::mcload \fIdirname\fR |
| ︙ | ︙ |