dotnet / standard

This repo is building the .NET Standard
3.07k stars 430 forks source link

Standardizing XLIFF #662

Closed abdullahsalem closed 6 years ago

abdullahsalem commented 6 years ago

I share @valdisiljuconoks this interest: https://github.com/Microsoft/XLIFF2-Object-Model/issues/28, and I think it's a good direction to support this standardized file format for a localization process.

weshaggard commented 6 years ago

https://github.com/Microsoft/XLIFF2-Object-Model/issues/28 is more about having that library support and run on as a .NET Standard library and not about adding it to .NET Standard. We won't add things like this to .NET Standard unless there are plans to implement them on all the .NET platforms. These type of libraries are generally served better by being an independent library from the platforms, as such there aren't any plans to add them to .NET Standard.