mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-28 04:48:27 -06:00
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
# created by tools/loadICU.tcl -- do not edit
|
|
namespace eval ::tcl::clock {
|
|
::msgcat::mcset es_PY DATE_FORMAT "%d/%m/%Y"
|
|
::msgcat::mcset es_PY TIME_FORMAT_12 "%I:%M:%S %P"
|
|
::msgcat::mcset es_PY DATE_TIME_FORMAT "%d/%m/%Y %I:%M:%S %P %z"
|
|
}
|