Skip to content

Releases: robert-j-engdahl/ngettext-wpf

Release 1.0.22-alpha

26 Oct 10:36
Compare
Choose a tag to compare
Release 1.0.22-alpha Pre-release
Pre-release

New Features

  • ReSharper string format method annotations, enabling syntax highlighting in format strings.

Release 1.0.21-alpha

28 Sep 10:49
Compare
Choose a tag to compare
Release 1.0.21-alpha Pre-release
Pre-release

New Features

  • #18 Support {wpf.Gettext 'single-quote enclosed msgId.'}

Bug Fixes

  • #16 Support escaped single quotes: {wpf.Gettext Ain\'t nobody got time for that!}

A special shout-out to @D-Bullock for reporting these issues.

Release 1.0.20-alpha

27 Sep 11:45
Compare
Choose a tag to compare
Release 1.0.20-alpha Pre-release
Pre-release

New Features

  • CompositionRoot.Compose("YourTranslationDomain") simplifies initial configuration a lot.
  • Improve error output when an expected .mo file could not be found.

Fixed Bugs

  • #15 Missing default constructor in LocalizeEnumConverter

Translation.PluralGettext static method

19 Jun 10:24
Compare
Choose a tag to compare
Pre-release

This solves #12

Critical bugfixes for XGettext-Xaml

18 Apr 22:04
Compare
Choose a tag to compare
Pre-release

Fixed #6

Noop() returns msgid

12 Apr 23:03
Compare
Choose a tag to compare
Noop() returns msgid Pre-release
Pre-release

Solves #5

Enum support

08 Mar 08:05
Compare
Choose a tag to compare
Enum support Pre-release
Pre-release

Enum members may be decorated with the [EnumMsgId("message ID text here")] and be translated by either EnumLocalizer.LocalizeEnum() or the LocalizeEnumConverter.

For this to work it is necessary to add -kEnumMsgId to the xgettext.exe invocation.

Drop .NET 4.0 to gain .NET 4.5 compatibility

01 Mar 14:59
Compare
Choose a tag to compare

Resolves #4

Compatibility fixes

23 Feb 10:34
Compare
Choose a tag to compare
Compatibility fixes Pre-release
Pre-release

Lower required .Net version 4.0 client #3
System.Windows.Interactivity.dll from nuget instead of GAC #2

Hotfix release

05 Jan 00:48
Compare
Choose a tag to compare
Hotfix release Pre-release
Pre-release

Bugfixes

Binaries fixed: by mistake I had only compiled for debug before creating the nuget package, which contains only the DLL found in the Release folder.