SecondLanguage 1.0.4

dotnet add package SecondLanguage --version 1.0.4
NuGet\Install-Package SecondLanguage -Version 1.0.4
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="SecondLanguage" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SecondLanguage --version 1.0.4
#r "nuget: SecondLanguage, 1.0.4"
#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 SecondLanguage as a Cake Addin
#addin nuget:?package=SecondLanguage&version=1.0.4

// Install SecondLanguage as a Cake Tool
#tool nuget:?package=SecondLanguage&version=1.0.4

SecondLanguage lets you use Gettext files in .NET without a lot of hassle.

It can read and write both .mo and .po, and fully supports message contexts and plural forms.

A C-style printf formatter is included so you don't have to use .NET-specific translations.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SecondLanguage:

Package Downloads
PointlessArhitecture.Common

PointlessArhitecture Common

IdentityServer3.Contrib.Localization.UI

Contrib implementation of IViewLoader for IdentityServer3 views in multiple languages

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 19,186 11/2/2017
1.0.2.1 69,014 8/4/2015
1.0.1 3,435 1/16/2015
1.0.0 1,433 4/21/2013

1.0.4.0 (October 27, 2017):
 Fixed an exception on Mono when I18N libraries are not installed.

1.0.2.1 (August 4, 2015):
 .mo file plural strings now save and load correctly when contexts are used.

1.0.1 (January 16, 2015):
 Fixed a bug in the C printf formatter.
 
1.0.0 (April 21, 2013):
 Initial release.