diff options
Diffstat (limited to 'library/msgs/kw_gb.msg')
-rwxr-xr-x | library/msgs/kw_gb.msg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/msgs/kw_gb.msg b/library/msgs/kw_gb.msg new file mode 100755 index 0000000..2967680 --- /dev/null +++ b/library/msgs/kw_gb.msg @@ -0,0 +1,6 @@ +# created by tools/loadICU.tcl -- do not edit +namespace eval ::tcl::clock { + ::msgcat::mcset kw_GB DATE_FORMAT "%d %B %Y" + ::msgcat::mcset kw_GB TIME_FORMAT_12 "%l:%M:%S %P" + ::msgcat::mcset kw_GB DATE_TIME_FORMAT "%d %B %Y %l:%M:%S %P %z" +} |