XLocalizer Versions Save

Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.

v1.0.3

3 years ago

Improvements

v1.0.2

3 years ago
  • c57df238 - Performance improvements, bypass localizing if current culture is same as TranslateFromCulture

v1.0.1

3 years ago

Hotfix

  • 9647936e fix #9 Resource path for different hosts
  • 73b79247 fix #13 Caching keys with reference to resource type

Improvements

  • cc269c37 Auto create resource folder if not exits
  • f62c766c Improved error logging while writing to resx

v1.0.0

3 years ago

XLocalizer for Asp.Net Core

Notice for preview users

Ex valdiation attributes are deprected, there is no need to use Ex attributes, just replace with the default attributes, and no need to provide error message inside the attribute tags

See all docs: https://docs.ziyad.info/

v1.0.0-rc.1

3 years ago
  • New: TranslateFromCulture property to specify the source culture to translate from, if not specified default culture will be used.
  • New: All default validation attributes errors, model binding errors and identity errors are customizable/localizable via XLocalizerOptions or Json See https://docs.ziyad.info/en/XLocalizer/v1.0/setup-json.md.

Deprected:

  • Express validation attributes are deprected. Use default attributes instead. A new approach has been introduced that allows to customize/localize all framework default validation attributes without the need to use Ex valdiaton attributes.

See all docs: https://docs.ziyad.info/en/XLocalizer/v1.0/index.md

v1.0.0-preview3

3 years ago

fixes #2

v1.0.0-preview2

3 years ago

XLocalizer for Asp.Net Core

Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.

Say bye-bye to manually creating localization resources...!

- Online Translation : Auto translation of missed localized values. - Auto Key Adding : Auto adding missing keys to the resources files. - Multiple Resource Type Support : Built-in localization support based on .RESX, .XML, DB. Extendable localization support based on any custom file/db type. - Export to Resx : Resources from any source type can be exported to .RESX files via built-in exporters. - Do it Fast : Custom cache support for speeding up the process of getting localized values from sources. - Standard interfaces : Easy to use due to using the standard localization interfaces: IStringLocalizer, IHtmlLocalizer, IStringLocalizerFactory and IHtmlLocalizerFactory.

Documentations:

For all documentations visit: DOCS.Ziyad.info

Sample projects:

Sample projects built with .net5 preview version.