Skip to content

Commit 0ec6416

Browse files
authored
Exclude some .wxl files from localization (dotnet#43226)
* Exclude some .wxl files from localization - preparing for dotnet/arcade#10383 merge and migration to this repo - without this, `OneLocBuild` will generate multiple unused translation files * !fixup! Correct JSON syntax
1 parent 2a72e8e commit 0ec6416

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/Localize/LocExclusions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"Exclusions": [
3+
"src\\Installers\\Windows\\AspNetCoreModule-Setup\\setupstrings.wxl",
4+
"src\\Installers\\Windows\\SharedFramework\\Strings.wxl",
5+
"src\\Installers\\Windows\\TargetingPack\\Strings.wxl"
6+
]
7+
}

0 commit comments

Comments
 (0)