summaryrefslogtreecommitdiffstats
path: root/library/msgs/zh_cn.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_cn.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_cn.msg')
-rw-r--r--library/msgs/zh_cn.msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/msgs/zh_cn.msg b/library/msgs/zh_cn.msg
index d62ce77..da2869a 100644
--- a/library/msgs/zh_cn.msg
+++ b/library/msgs/zh_cn.msg
@@ -2,6 +2,6 @@
namespace eval ::tcl::clock {
::msgcat::mcset zh_CN DATE_FORMAT "%Y-%m-%e"
::msgcat::mcset zh_CN TIME_FORMAT "%k:%M:%S"
- ::msgcat::mcset zh_CN TIME_FORMAT_12 "%P%I\u65f6%M\u5206%S\u79d2"
+ ::msgcat::mcset zh_CN TIME_FORMAT_12 "%P%I时%M分%S秒"
::msgcat::mcset zh_CN DATE_TIME_FORMAT "%Y-%m-%e %k:%M:%S %z"
}