This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
Version 0.3.1
- 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