Artifact bfccff90ae629140c011f7ac5ba7f6424b10a459:
- File library/msgcat/pkgIndex.tcl — part of check-in [e23dfc2c8c] at 2002-06-17 05:37:39 on branch trunk — * Revised locale initialization to interpret environment variable locale values according to XPG4, and to recognize the LC_ALL and LC_MESSAGES values over that of LANG. Also added many Windows Registry locale values to those recognized by msgcat. Revised tests and docs. Bumped to version 1.3. Thanks to Bruno Haible for the report and assistance crafting the solution. [Bug 525522, 525525] (user: dgp size: 132) [more...]
if {![package vsatisfies [package provide Tcl] 8.2]} {return} package ifneeded msgcat 1.3 [list source [file join $dir msgcat.tcl]]