With #8103 the base Windows Installer strings are now translated using the translations provided by WixUI.
However, there are still some strings hard-coded in the MSI: most notably the features and some custom progress texts.
Apparently it'll be enough to move these texts to a .wxl and pass it to candle.exe: https://docs.firegiant.com/wix3/tutorial/user-interface-revisited/dontcha-speak-english/
The base en-us .wxl that comes out of that will need to be added to Transifex as well.
With #8103 the base Windows Installer strings are now translated using the translations provided by WixUI.
However, there are still some strings hard-coded in the MSI: most notably the features and some custom progress texts.
Apparently it'll be enough to move these texts to a
.wxland pass it tocandle.exe: https://docs.firegiant.com/wix3/tutorial/user-interface-revisited/dontcha-speak-english/The base en-us .wxl that comes out of that will need to be added to Transifex as well.