NGettext.Wpf 1.2.6-alpha

This is a prerelease version of NGettext.Wpf.
dotnet add package NGettext.Wpf --version 1.2.6-alpha
NuGet\Install-Package NGettext.Wpf -Version 1.2.6-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NGettext.Wpf" Version="1.2.6-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NGettext.Wpf --version 1.2.6-alpha
#r "nuget: NGettext.Wpf, 1.2.6-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NGettext.Wpf as a Cake Addin
#addin nuget:?package=NGettext.Wpf&version=1.2.6-alpha&prerelease

// Install NGettext.Wpf as a Cake Tool
#tool nuget:?package=NGettext.Wpf&version=1.2.6-alpha&prerelease

[1.2.6-alpha] - 2019-08-16

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

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

[1.2.4-alpha] - 2019-05-29

Fixed

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

[1.2.3-alpha] - 2019-03-18

Fixed

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

[1.2.2-alpha] - 2019-02-27

Fixed

  • #34 Crash when msgId was null.

[1.2.1-alpha] - 2019-02-27

Fixed

  • Wrong binaries released with 1.2.0-alpha.

[1.2.0-alpha] - 2019-02-27

Added

  • #30 GettextFormatConverter 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._()).

[1.1.0-alpha] - 2019-02-19

Deprecated

  • Translation.PluralGettext() will be replaced by Translation.GetPluralString() in 2.x

Changed

  • Gettext XAML extension follows Gnome GLib style context syntax.
Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.6-alpha 5,837 8/16/2019
1.2.5-alpha 409 6/13/2019
1.2.4 1,405 6/13/2019
1.2.4-alpha 430 5/29/2019
1.2.3-alpha 477 3/18/2019
1.2.2-alpha 420 2/27/2019
1.2.1-alpha 416 2/27/2019
1.2.0-alpha 418 2/27/2019
1.1.0-alpha 506 2/19/2019
1.0.23-alpha 584 11/2/2018
1.0.22-alpha 550 10/26/2018
1.0.21-alpha 575 9/28/2018
1.0.20-alpha 561 9/27/2018
1.0.18-alpha 575 9/26/2018
1.0.17-alpha 798 6/19/2018
1.0.16-alpha 901 4/18/2018
1.0.15-alpha 822 4/12/2018
1.0.14-alpha 729 3/8/2018
1.0.13-alpha 786 3/4/2018
1.0.12-alpha 838 3/3/2018
1.0.11-alpha 791 3/1/2018
1.0.9-alpha 804 2/28/2018
1.0.8-alpha 856 2/23/2018
1.0.7-alpha 804 1/5/2018
1.0.6-alpha 759 1/5/2018
1.0.5-alpha 769 1/2/2018
1.0.0-alpha 816 12/28/2017