summaryrefslogtreecommitdiffstats
path: root/library/msgs/es.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/es.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/es.msg')
-rw-r--r--library/msgs/es.msg8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/msgs/es.msg b/library/msgs/es.msg
index a24f0a1..6090eab 100644
--- a/library/msgs/es.msg
+++ b/library/msgs/es.msg
@@ -4,18 +4,18 @@ namespace eval ::tcl::clock {
"dom"\
"lun"\
"mar"\
- "mi\u00e9"\
+ "mié"\
"jue"\
"vie"\
- "s\u00e1b"]
+ "sáb"]
::msgcat::mcset es DAYS_OF_WEEK_FULL [list \
"domingo"\
"lunes"\
"martes"\
- "mi\u00e9rcoles"\
+ "miércoles"\
"jueves"\
"viernes"\
- "s\u00e1bado"]
+ "sábado"]
::msgcat::mcset es MONTHS_ABBREV [list \
"ene"\
"feb"\