Releases: robert-j-engdahl/ngettext-wpf
Releases · robert-j-engdahl/ngettext-wpf
Release 1.0.22-alpha
New Features
- ReSharper string format method annotations, enabling syntax highlighting in format strings.
Release 1.0.21-alpha
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
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
This solves #12
Critical bugfixes for XGettext-Xaml
Fixed #6
Noop() returns msgid
Solves #5
Enum support
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
Resolves #4
Compatibility fixes
Hotfix 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.