summaryrefslogtreecommitdiffstats
path: root/library/msgcat/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-17 05:37:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-17 05:37:39 (GMT)
commit7a43bd40e805191b59ac6cd750192c6a105e36a7 (patch)
tree8aaa67fc638b077452fca8d7278aedccda272e8c /library/msgcat/pkgIndex.tcl
parentb7a924bfc113e45051108b8a083c76b065622903 (diff)
downloadtcl-7a43bd40e805191b59ac6cd750192c6a105e36a7.zip
tcl-7a43bd40e805191b59ac6cd750192c6a105e36a7.tar.gz
tcl-7a43bd40e805191b59ac6cd750192c6a105e36a7.tar.bz2
* 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]
Diffstat (limited to 'library/msgcat/pkgIndex.tcl')
-rw-r--r--library/msgcat/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgcat/pkgIndex.tcl b/library/msgcat/pkgIndex.tcl
index cc1af0c..9d16a19 100644
--- a/library/msgcat/pkgIndex.tcl
+++ b/library/msgcat/pkgIndex.tcl
@@ -1,2 +1,2 @@
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
-package ifneeded msgcat 1.2.3 [list source [file join $dir msgcat.tcl]]
+package ifneeded msgcat 1.3 [list source [file join $dir msgcat.tcl]]