This commit is contained in:
2026-06-15 08:06:06 +02:00
parent d1446fc452
commit e397fa6d9c
3667 changed files with 537806 additions and 47 deletions

View File

@@ -0,0 +1,7 @@
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset en_GB DATE_FORMAT "%d/%m/%y"
::msgcat::mcset en_GB TIME_FORMAT "%T"
::msgcat::mcset en_GB TIME_FORMAT_12 "%T"
::msgcat::mcset en_GB DATE_TIME_FORMAT "%a %d %b %Y %T %z"
}