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

6
library/msgs/ar_in.msg Normal file
View File

@@ -0,0 +1,6 @@
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset ar_IN DATE_FORMAT "%A %d %B %Y"
::msgcat::mcset ar_IN TIME_FORMAT_12 "%I:%M:%S %z"
::msgcat::mcset ar_IN DATE_TIME_FORMAT "%A %d %B %Y %I:%M:%S %z %z"
}