summaryrefslogtreecommitdiffstats
path: root/library/msgs/gl.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)
commit6be0cf66e023bc64e38f0a037a3e74e5d31b18f7 (patch)
treec3b8b3e3105aec37a09dc3e86e45b3021c5a225c /library/msgs/gl.msg
parent5ba18ec98dfa4afe775a3f7a7caa8d55774d907d (diff)
downloadtcl-6be0cf66e023bc64e38f0a037a3e74e5d31b18f7.zip
tcl-6be0cf66e023bc64e38f0a037a3e74e5d31b18f7.tar.gz
tcl-6be0cf66e023bc64e38f0a037a3e74e5d31b18f7.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/gl.msg')
-rw-r--r--library/msgs/gl.msg12
1 files changed, 6 insertions, 6 deletions
diff --git a/library/msgs/gl.msg b/library/msgs/gl.msg
index 4b869e8..c2fefc9 100644
--- a/library/msgs/gl.msg
+++ b/library/msgs/gl.msg
@@ -4,25 +4,25 @@ namespace eval ::tcl::clock {
"Dom"\
"Lun"\
"Mar"\
- "M\u00e9r"\
+ "Mér"\
"Xov"\
"Ven"\
- "S\u00e1b"]
+ "Sáb"]
::msgcat::mcset gl DAYS_OF_WEEK_FULL [list \
"Domingo"\
"Luns"\
"Martes"\
- "M\u00e9rcores"\
+ "Mércores"\
"Xoves"\
"Venres"\
- "S\u00e1bado"]
+ "Sábado"]
::msgcat::mcset gl MONTHS_ABBREV [list \
"Xan"\
"Feb"\
"Mar"\
"Abr"\
"Mai"\
- "Xu\u00f1"\
+ "Xuñ"\
"Xul"\
"Ago"\
"Set"\
@@ -36,7 +36,7 @@ namespace eval ::tcl::clock {
"Marzo"\
"Abril"\
"Maio"\
- "Xu\u00f1o"\
+ "Xuño"\
"Xullo"\
"Agosto"\
"Setembro"\