This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
Releases: xleon/I18N-Portable
Releases · xleon/I18N-Portable
1.0.1
Version 0.6.0
Support for custom file formats and extensions. Bug fixing. Better unit tests.
Version 0.5.0
- https://github.com/xleon/I18N-Portable/issues/17 Switch to NetStandard
- https://github.com/xleon/I18N-Portable/issues/11 Migrate tests to NUnit
- https://github.com/xleon/I18N-Portable/issues/16 Integrate codecov.io
- https://github.com/xleon/I18N-Portable/issues/15 Concise and shorter readme
- https://github.com/xleon/I18N-Portable/issues/6 Add sample projects
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
Version 0.2
- Multiline support
- Line break characters support
- Several new extensions and translation utils for Enums and basically any type
Version 0.1.7
Logger can be set from your code with an Action
Version 0.1.6
Readme update