Askmethat Aspnet JsonLocalizer Versions Save

Json Localizer library for .NetStandard and .NetCore Asp.net projects

4.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/AlexTeixeira/Askmethat-Aspnet-JsonLocalizer/compare/4.0.0...4.0.1

4.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/AlexTeixeira/Askmethat-Aspnet-JsonLocalizer/compare/3.1.1...4.0.0

3.2.0

2 years ago

Improvement

  • Better management for multiple I18n files
  • Json Collection for missing translation
  • Avoid creation and serialization of missingtranslate.json if the file exist

What's Changed

Full Changelog: https://github.com/AlexTeixeira/Askmethat-Aspnet-JsonLocalizer/compare/3.1.1...3.2.0

3.2.0-alpha.4

2 years ago

Improvement

  • Avoid creation and serialization of missingtranslate.json if the file exist

3.2.0-alpha.3

2 years ago

Improvement

  • Json collection for missing translations

3.2.0-alpha.2

2 years ago

Improvement

  • Better management for multiple I18n files

3.2.0-alpha.1

2 years ago

Improvement

  • Better management for multiple I18n files

3.1.1

3 years ago

Improvement

  • Multiple Pluralization #104
  • Add extension to have HTML Parsing with blazor server app #83

3.1.0

3 years ago

Improvement

  • Able to use HTML in translation with Blazor Server App #99
  • Able to use hierarchical relationship in I18n mode #83

2.2.1

3 years ago

Improvement

  • Performances (PR #72)

Fixes

  • Some fixes
  • Allow user to use IJsonStringLocalizer WithCulture method