Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Version 0.3.1

Compare
Choose a tag to compare
@xleon xleon released this 06 Feb 19:24
· 112 commits to master since this release
  • I18N.Current is not a singleton anymore. It implements II18N interface and can be mocked.
  • I18N.Current can be set: I18N.Current = new I18N();
  • I18N.Current is now IDisposable: I18N.Current.Dispose();
  • Removed methods to translate types and structs as I haven´t find out anything useful out of it.
  • string GetDefaultLocale();
  • Better tests
  • Some bugs fixed