summaryrefslogtreecommitdiffstats
path: root/library/msgs
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-06-17 17:14:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-06-17 17:14:25 (GMT)
commitbe006e554867bd4ea627978a313c7448a4a12843 (patch)
tree4809f54b8fad141a7419f3e504d147f69d0c16d5 /library/msgs
parent90037ac50d2b47d8beb6aaa0d812489f6fd8f6a4 (diff)
downloadtk-be006e554867bd4ea627978a313c7448a4a12843.zip
tk-be006e554867bd4ea627978a313c7448a4a12843.tar.gz
tk-be006e554867bd4ea627978a313c7448a4a12843.tar.bz2
* Added catalog for UK English.
Currently includes only Color -> Colour translation.
Diffstat (limited to 'library/msgs')
-rw-r--r--library/msgs/en_gb.msg3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/msgs/en_gb.msg b/library/msgs/en_gb.msg
new file mode 100644
index 0000000..efafa38
--- /dev/null
+++ b/library/msgs/en_gb.msg
@@ -0,0 +1,3 @@
+namespace eval ::tk {
+ ::msgcat::mcset en_gb Color Colour
+}