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

Releases: xleon/I18N-Portable

1.0.1

21 Jan 06:43
Compare
Choose a tag to compare
  • All libraries updated to netstandard2.0
  • Test project migrated to dotnetcoreapp2.1
  • Modernise Xamarin.Forms samples
  • Delete native samples
  • Optimise CI build
  • Clean up

Version 0.6.0

24 Apr 15:33
Compare
Choose a tag to compare

Version 0.5.0

Version 0.3.1

06 Feb 19:24
Compare
Choose a tag to compare
  • 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

28 Nov 19:52
Compare
Choose a tag to compare
  • Multiline support
  • Line break characters support
  • Several new extensions and translation utils for Enums and basically any type

Nuget: https://www.nuget.org/packages/I18NPortable/0.2.0

Version 0.1.7

06 Jul 20:57
Compare
Choose a tag to compare

Logger can be set from your code with an Action

Version 0.1.6

06 Jun 11:17
Compare
Choose a tag to compare
Readme update