Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
47
Dependencies/Python/tcl/tcl8.6/msgs/id.msg
vendored
Normal file
47
Dependencies/Python/tcl/tcl8.6/msgs/id.msg
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
# created by tools/loadICU.tcl -- do not edit
|
||||
namespace eval ::tcl::clock {
|
||||
::msgcat::mcset id DAYS_OF_WEEK_ABBREV [list \
|
||||
"Min"\
|
||||
"Sen"\
|
||||
"Sel"\
|
||||
"Rab"\
|
||||
"Kam"\
|
||||
"Jum"\
|
||||
"Sab"]
|
||||
::msgcat::mcset id DAYS_OF_WEEK_FULL [list \
|
||||
"Minggu"\
|
||||
"Senin"\
|
||||
"Selasa"\
|
||||
"Rabu"\
|
||||
"Kamis"\
|
||||
"Jumat"\
|
||||
"Sabtu"]
|
||||
::msgcat::mcset id MONTHS_ABBREV [list \
|
||||
"Jan"\
|
||||
"Peb"\
|
||||
"Mar"\
|
||||
"Apr"\
|
||||
"Mei"\
|
||||
"Jun"\
|
||||
"Jul"\
|
||||
"Agu"\
|
||||
"Sep"\
|
||||
"Okt"\
|
||||
"Nov"\
|
||||
"Des"\
|
||||
""]
|
||||
::msgcat::mcset id MONTHS_FULL [list \
|
||||
"Januari"\
|
||||
"Pebruari"\
|
||||
"Maret"\
|
||||
"April"\
|
||||
"Mei"\
|
||||
"Juni"\
|
||||
"Juli"\
|
||||
"Agustus"\
|
||||
"September"\
|
||||
"Oktober"\
|
||||
"November"\
|
||||
"Desember"\
|
||||
""]
|
||||
}
|
Reference in New Issue
Block a user