File size: 321 Bytes
ef99749 |
1 2 3 4 5 6 7 8 9 |
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset en_PH AM "AM"
::msgcat::mcset en_PH PM "PM"
::msgcat::mcset en_PH DATE_FORMAT "%B %e, %Y"
::msgcat::mcset en_PH TIME_FORMAT_12 "%l:%M:%S %P"
::msgcat::mcset en_PH DATE_TIME_FORMAT "%B %e, %Y %l:%M:%S %P %z"
}
|