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

added GNOME glib syntax #28

Closed NovaRaine closed 5 years ago

NovaRaine commented 5 years ago

issue 22

robert-j-engdahl commented 5 years ago

This is awesome!

We should test if different contexts for the same msgid works. That is, if

<TextBlock Text="{wpf:Gettext Sequantial ordering|Order}" />
<TextBlock Text="{wpf:Gettext Placing an order|Order}" />

allows for two different translations of "Order" ("Rækkefølge"/"Bestil").