robert-j-engdahl / ngettext-wpf

Proper internationalization support for WPF (via NGettext)
GNU Lesser General Public License v3.0
10 stars 12 forks source link

Support {wpf:gettext 'string'} #19

Closed D-Bullock closed 6 years ago

D-Bullock commented 6 years ago

This is a pull request to support the issue here: https://github.com/robert-j-engdahl/ngettext-wpf/issues/18

robert-j-engdahl commented 6 years ago

Tests would be nice, but at this scale I can manage to write them myself :)

Thank you for your contribution

D-Bullock commented 6 years ago

I attempted to write the tests but wasn't able to get the existing ones running, which made learning how they worked a bit hard! :)

robert-j-engdahl commented 6 years ago

Noted.

The Power Shell unit testing framework is called Pester. You can read all about how to install it here https://github.com/Pester/Pester and the tests are run with Invoke-Pester from a PowerShell command prompt.