Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
27
Dependencies/Python/tcl/tcl8.6/msgs/mt.msg
vendored
Normal file
27
Dependencies/Python/tcl/tcl8.6/msgs/mt.msg
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
# created by tools/loadICU.tcl -- do not edit
|
||||
namespace eval ::tcl::clock {
|
||||
::msgcat::mcset mt DAYS_OF_WEEK_ABBREV [list \
|
||||
"\u0126ad"\
|
||||
"Tne"\
|
||||
"Tli"\
|
||||
"Erb"\
|
||||
"\u0126am"\
|
||||
"\u0120im"]
|
||||
::msgcat::mcset mt MONTHS_ABBREV [list \
|
||||
"Jan"\
|
||||
"Fra"\
|
||||
"Mar"\
|
||||
"Apr"\
|
||||
"Mej"\
|
||||
"\u0120un"\
|
||||
"Lul"\
|
||||
"Awi"\
|
||||
"Set"\
|
||||
"Ott"\
|
||||
"Nov"]
|
||||
::msgcat::mcset mt BCE "QK"
|
||||
::msgcat::mcset mt CE ""
|
||||
::msgcat::mcset mt DATE_FORMAT "%A, %e ta %B, %Y"
|
||||
::msgcat::mcset mt TIME_FORMAT_12 "%l:%M:%S %P"
|
||||
::msgcat::mcset mt DATE_TIME_FORMAT "%A, %e ta %B, %Y %l:%M:%S %P %z"
|
||||
}
|
Reference in New Issue
Block a user