[4.0.0] - 2019-05-16
This release combines the master
and xliff
branches.
Changed
-
Allow to select translation memory (TMX or XLIFF). This changed a few APIs.
To create aLocalizationManager
you now pass aTranslationMemory
parameter
(cf. migration guide):LocalizationManager.Create(TranslationMemory.XLiff, lang, "SampleApp", "SampleApp", Application.ProductVersion, directoryOfInstalledXliffFiles, "MyCompany/L10NSharpSample", icon, "[email protected]", "SampleApp");
-
Nuget package is now called
L10NSharp
instead ofL10NSharp.xliff
orL10NSharp.tmx