dotnet / arcade

Tools that provide common build infrastructure for multiple .NET Foundation projects.
MIT License
665 stars 341 forks source link

XliffTasks compatibility to Multilingual App Toolkit #14544

Open AlvinSch opened 6 months ago

AlvinSch commented 6 months ago

Hi,

i hope this is the right spot to contact, but would also appreciate direction on where to look otherwise.

We are currently migrating our Xamarin Apps to MAUI and facing some issues regarding the localizations. With Xamarin we used the Multilingual App Toolkit along with the Editor, to provide and gather translation for different languages through the xlf files. The build process with MAT will not work anymore as our build pipeline is also changing, and MAT is not working on non-windows build nodes. Therefore we tried to replace the build generation steps with the "XliffTasks" as we found no other options. And this is working in general. But as we would like to stick to the MAT editor for the plain translation process, we discovered some problems regarding the exchange of xlf files.

Thanks in advance for feedback.

markusroessler commented 6 months ago

+1 we have the same problems with the XliffTask