diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | library/msgs/en_gb.msg | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-06-17 Don Porter <dgp@users.sf.net> + + * library/msgs/en_gb.msg: Added catalog for UK English. + Currently includes only Color -> Colour translation. + 2002-06-17 D. Richard Hipp <drh@hwaci.com> * doc/checkbutton.n: 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 +} |