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

Translating text with single quotes in it #16

Closed D-Bullock closed 6 years ago

D-Bullock commented 6 years ago

Hi,

What is the correct way to format this "{wpf:Gettext it's}"? I'm unsure how to format it so that both the xaml error checker and the UpdateTranslations.ps1 script are happy

robert-j-engdahl commented 6 years ago

A fix is coming up shortly.

robert-j-engdahl commented 6 years ago

The correct way is {wpf:Gettext it\'s} and a few seconds ago I implemented support for that.