Skip to content

Releases: robert-j-engdahl/ngettext-wpf

[1.2.6-alpha] - 2019-08-16

16 Aug 11:56
Compare
Choose a tag to compare
Pre-release

Added

  • XGettext-Xaml annotated locations match the given parameter instead of just the filename. This is useful when making PoEdit friendly .po files where the locations must be relative. Thanks to @PGPoulsen for the PR.

Fixed

  • 46 Crash when localizing invalid enum value

[1.2.5-alpha] - 2019-06-13

13 Jun 18:44
Compare
Choose a tag to compare
Pre-release

Added

  • Experimental TranslationSerializer for making localized json objects that can be used from TSQL like so
SELECT 
    JSON_VALUE([Message], '$."en-US"') AS 'English', 
    JSON_VALUE([Message], '$."da-DK"') AS 'Danish'
FROM (VALUES 
    (N'{"en-US": "Some message", "da-DK": "En eller anden besked"}')) 
AS Example([Message])

[1.2.4] - 2019-06-13

13 Jun 18:42
Compare
Choose a tag to compare

Just a non-alpha version of 1.2.4.

[1.2.4-alpha] - 2019-05-29

29 May 13:32
Compare
Choose a tag to compare

Fixed

  • #40 Show Text="{wpf:Gettext Context|MsgId}" as MsgId in XAML Designer

[1.2.3-alpha] - 2019-03-18

18 Mar 08:24
Compare
Choose a tag to compare

Fixed

  • #37 GNOME glib syntax for [EnumMsgId] attribute.

[1.2.2-alpha] - 2019-02-27

27 Feb 13:18
Compare
Choose a tag to compare

Fixed

  • #34 Crash when msgId was null.

[1.2.1-alpha] - 2019-02-27

27 Feb 10:58
Compare
Choose a tag to compare

Fixed

  • Wrong binaries released with 1.2.0-alpha.

[1.2.0-alpha] - 2019-02-27

27 Feb 08:10
Compare
Choose a tag to compare

Added

  • #30GettextFormatConverter XAML extension.

Fixed

  • Multiple keywords for XGettext-Xaml.ps1 didn't work.
  • #31 GNOME glib syntax does not work for static translation methods in C# (Translation._()).

Release 1.1.0-alpha

19 Feb 12:43
Compare
Choose a tag to compare

New Features

  • #20 Support unicode in xaml msgIds
  • #22 Support GNOME glib syntax ‘"msgctxt|msgid"’ in XAML (kind of breaking, but we are alpha and the version number went up).

Release 1.0.23-alpha

02 Nov 08:47
Compare
Choose a tag to compare

Bug Fixes

  • Fixed NullReferenceException from TrackCurrentCultureBehavior when changing culture.