Import Tcl-core 8.6.6 (as of svn r86089)

This commit is contained in:
Zachary Ware
2017-05-22 16:09:35 -05:00
parent d239d63057
commit 261a0e7c44
1835 changed files with 812202 additions and 0 deletions

7
library/msgs/nl_be.msg Normal file
View File

@@ -0,0 +1,7 @@
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset nl_BE DATE_FORMAT "%d-%m-%y"
::msgcat::mcset nl_BE TIME_FORMAT "%T"
::msgcat::mcset nl_BE TIME_FORMAT_12 "%T"
::msgcat::mcset nl_BE DATE_TIME_FORMAT "%a %d %b %Y %T %z"
}