Skip to content

Releases: LazZiya/XLocalizer

v1.0.3

15 Apr 15:32
2699e24
Compare
Choose a tag to compare

Improvements

v1.0.2

06 Jan 09:59
ee0e600
Compare
Choose a tag to compare
  • c57df23 - Performance improvements, bypass localizing if current culture is same as TranslateFromCulture

v1.0.1

01 Jan 18:24
278f8ad
Compare
Choose a tag to compare

Hotfix

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

Improvements

  • cc269c3 Auto create resource folder if not exits
  • f62c766 Improved error logging while writing to resx

v1.0.0

12 Nov 15:58
c757605
Compare
Choose a tag to compare

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

05 Nov 08:30
0296401
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release
  • 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

24 Aug 07:11
d83cb46
Compare
Choose a tag to compare
v1.0.0-preview3 Pre-release
Pre-release

fixes #2

v1.0.0-preview2

27 Jul 12:37
Compare
Choose a tag to compare
v1.0.0-preview2 Pre-release
Pre-release

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.