Skip to content

[4.0.0] - 2019-05-16

Compare
Choose a tag to compare
@ermshiperete ermshiperete released this 16 May 08:07
· 140 commits to master since this release
v4.0.0
13d4c82

This release combines the master and xliff branches.

Changed

  • Allow to select translation memory (TMX or XLIFF). This changed a few APIs.
    To create a LocalizationManager you now pass a TranslationMemory 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 of L10NSharp.xliff or L10NSharp.tmx