Migration vers go

This commit is contained in:
2026-03-25 07:34:53 +01:00
parent 50c8ad9823
commit af439a8e69
955 changed files with 116166 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset en_AU DATE_FORMAT "%e/%m/%Y"
::msgcat::mcset en_AU TIME_FORMAT "%H:%M:%S"
::msgcat::mcset en_AU TIME_FORMAT_12 "%I:%M:%S %P %z"
::msgcat::mcset en_AU DATE_TIME_FORMAT "%e/%m/%Y %H:%M:%S %z"
}