summaryrefslogtreecommitdiffstats
path: root/library/msgs/zh_sg.msg
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-13 12:20:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-04-13 12:20:37 (GMT)
commit376e19aa5f5a32fa46e67e6c9f7d73b47f729426 (patch)
treec3b8b3e3105aec37a09dc3e86e45b3021c5a225c /library/msgs/zh_sg.msg
parent9f8e844f9c423ce1ff450461016db86873db4a45 (diff)
downloadtcl-376e19aa5f5a32fa46e67e6c9f7d73b47f729426.zip
tcl-376e19aa5f5a32fa46e67e6c9f7d73b47f729426.tar.gz
tcl-376e19aa5f5a32fa46e67e6c9f7d73b47f729426.tar.bz2
Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans.
TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU.
Diffstat (limited to 'library/msgs/zh_sg.msg')
-rw-r--r--library/msgs/zh_sg.msg4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/msgs/zh_sg.msg b/library/msgs/zh_sg.msg
index a2f3e39..690edf7 100644
--- a/library/msgs/zh_sg.msg
+++ b/library/msgs/zh_sg.msg
@@ -1,7 +1,7 @@
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
- ::msgcat::mcset zh_SG AM "\u4e0a\u5348"
- ::msgcat::mcset zh_SG PM "\u4e2d\u5348"
+ ::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"