diff options
Diffstat (limited to 'library/msgs/zh_sg.msg')
-rw-r--r-- | library/msgs/zh_sg.msg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/library/msgs/zh_sg.msg b/library/msgs/zh_sg.msg new file mode 100644 index 0000000..690edf7 --- /dev/null +++ b/library/msgs/zh_sg.msg @@ -0,0 +1,8 @@ +# created by tools/loadICU.tcl -- do not edit +namespace eval ::tcl::clock { + ::msgcat::mcset zh_SG AM "上午" + ::msgcat::mcset zh_SG PM "中午" + ::msgcat::mcset zh_SG DATE_FORMAT "%d %B %Y" + ::msgcat::mcset zh_SG TIME_FORMAT_12 "%P %I:%M:%S" + ::msgcat::mcset zh_SG DATE_TIME_FORMAT "%d %B %Y %P %I:%M:%S %z" +} |