mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 11:38:41 -07:00
6 lines
251 B
Text
6 lines
251 B
Text
# created by tools/loadICU.tcl -- do not edit
|
|
namespace eval ::tcl::clock {
|
|
::msgcat::mcset es_SV DATE_FORMAT "%m-%d-%Y"
|
|
::msgcat::mcset es_SV TIME_FORMAT_12 "%I:%M:%S %P"
|
|
::msgcat::mcset es_SV DATE_TIME_FORMAT "%m-%d-%Y %I:%M:%S %P %z"
|
|
}
|