refactor: use axaml resource to manage locales instead of resx

This commit is contained in:
leo 2024-04-06 18:06:32 +08:00
parent 1196fabfc1
commit 040a6d4bba
12 changed files with 896 additions and 8092 deletions

View file

@ -9,7 +9,5 @@ if (Test-Path SourceGit.win-x64.zip) {
dotnet publish ..\src\SourceGit.csproj -c Release -r win-x64 -o SourceGit -p:PublishAot=true -p:PublishTrimmed=true -p:TrimMode=link --self-contained
Remove-Item SourceGit\*.pdb -Force
Remove-Item SourceGit\zh -Recurse -Force
Remove-Item SourceGit\en -Recurse -Force
Compress-Archive -Path SourceGit -DestinationPath SourceGit.win-x64.zip