feature/go-rewrite : base Go avec walk GUI
- Rewrite complet en Go : exe unique sans _internal/, sans extraction temp - GUI Windows-native via github.com/lxn/walk (TableView, TextEdit, PushButton) - Meme fonctionnalites : check repos, pull, checkout, auto-update, logs - build.bat : go build -ldflags "-H windowsgui -s -w" -> 9.6 Mo, zero dependance Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
# created by tools/loadICU.tcl -- do not edit
|
||||
namespace eval ::tcl::clock {
|
||||
::msgcat::mcset zh_TW BCE "\u6c11\u570b\u524d"
|
||||
::msgcat::mcset zh_TW CE "\u6c11\u570b"
|
||||
::msgcat::mcset zh_TW DATE_FORMAT "%Y/%m/%e"
|
||||
::msgcat::mcset zh_TW TIME_FORMAT_12 "%P %I:%M:%S"
|
||||
::msgcat::mcset zh_TW DATE_TIME_FORMAT "%Y/%m/%e %P %I:%M:%S %z"
|
||||
}
|
||||
Reference in New Issue
Block a user