v0.6.2 - Retour en onefile, suppression _internal

Changements :
- Retour a --onefile : exe unique, plus besoin de _internal/
- Le fix Zone.Identifier (v0.5.9) resout le probleme de DLL pour les exe telecharges
- Suppression de _internal/ du repo et ajout au .gitignore
- build.bat simplifie

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 21:08:26 +01:00
parent b460502626
commit 415a09a12d
953 changed files with 7 additions and 115141 deletions

View File

@@ -1,52 +0,0 @@
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
::msgcat::mcset he DAYS_OF_WEEK_ABBREV [list \
"\u05d0"\
"\u05d1"\
"\u05d2"\
"\u05d3"\
"\u05d4"\
"\u05d5"\
"\u05e9"]
::msgcat::mcset he DAYS_OF_WEEK_FULL [list \
"\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df"\
"\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9"\
"\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9"\
"\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9"\
"\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9"\
"\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9"\
"\u05e9\u05d1\u05ea"]
::msgcat::mcset he MONTHS_ABBREV [list \
"\u05d9\u05e0\u05d5"\
"\u05e4\u05d1\u05e8"\
"\u05de\u05e8\u05e5"\
"\u05d0\u05e4\u05e8"\
"\u05de\u05d0\u05d9"\
"\u05d9\u05d5\u05e0"\
"\u05d9\u05d5\u05dc"\
"\u05d0\u05d5\u05d2"\
"\u05e1\u05e4\u05d8"\
"\u05d0\u05d5\u05e7"\
"\u05e0\u05d5\u05d1"\
"\u05d3\u05e6\u05de"\
""]
::msgcat::mcset he MONTHS_FULL [list \
"\u05d9\u05e0\u05d5\u05d0\u05e8"\
"\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8"\
"\u05de\u05e8\u05e5"\
"\u05d0\u05e4\u05e8\u05d9\u05dc"\
"\u05de\u05d0\u05d9"\
"\u05d9\u05d5\u05e0\u05d9"\
"\u05d9\u05d5\u05dc\u05d9"\
"\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8"\
"\u05e1\u05e4\u05d8\u05de\u05d1\u05e8"\
"\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8"\
"\u05e0\u05d5\u05d1\u05de\u05d1\u05e8"\
"\u05d3\u05e6\u05de\u05d1\u05e8"\
""]
::msgcat::mcset he BCE "\u05dc\u05e1\u05d4\u0022\u05e0"
::msgcat::mcset he CE "\u05dc\u05e4\u05e1\u05d4\u0022\u05e0"
::msgcat::mcset he DATE_FORMAT "%d/%m/%Y"
::msgcat::mcset he TIME_FORMAT "%H:%M:%S"
::msgcat::mcset he DATE_TIME_FORMAT "%d/%m/%Y %H:%M:%S %z"
}