Commit 7fc48c7
DiffViewer: strip non-English satellite assemblies from publish output
DiffViewer's own strings are hard-coded English (no .resx, no x:Uid),
so the 11 framework locale folders (cs/de/es/fr/it/ja/ko/pl/pt-BR/ru/tr)
that the .NET 8 desktop runtime ships were only localizing system
chrome — MessageBox buttons, AvalonEdit's Find panel, common dialog
strings. Setting SatelliteResourceLanguages=en drops them from the
publish output without affecting any DiffViewer-rendered UI.
Verified by clean publish: bin\Release\...\publish\ now contains only
DiffViewer.exe + DiffViewer.pdb (no locale subdirectories).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b024af9 commit 7fc48c7
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
13 | 20 | | |
14 | 21 | | |
15 | 22 | | |
| |||
0 commit comments