Skip to content

Commit 89160ad

Browse files
authored
Use same language set for .wxl and .json files (#43888) (#43930)
- translation infrastructure works better when `Projects` elements use same languages - previous use of two+two codes were an unnecessary complication and cover the same languages - `WiX_CloneLanguages` already updated on loc side to use the default two-letter language codes
1 parent 4e0d4c4 commit 89160ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/generate-locproject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ $locJson = @{
9191
)
9292
},
9393
@{
94+
LanguageSet = $LanguageSet
9495
CloneLanguageSet = "WiX_CloneLanguages"
9596
LssFiles = @( "wxl_loc.lss" )
9697
LocItems = @(
@@ -110,7 +111,6 @@ $locJson = @{
110111
SourceFile = $sourceFile
111112
CopyOption = "LangIDOnPath"
112113
OutputPath = $outputPath
113-
Languages = "cs-CZ;de-DE;es-ES;fr-FR;it-IT;ja-JP;ko-KR;pl-PL;pt-BR;ru-RU;tr-TR;zh-CN;zh-TW"
114114
}
115115
}
116116
}

0 commit comments

Comments
 (0)