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

Translation.Noop() does not return the msgId (return type is void) #5

Closed robert-j-engdahl closed 6 years ago

robert-j-engdahl commented 6 years ago

The idea of Noop is to mark a string for internationalization and postpone its localization for later.

When Noop returns void, one must write the msgId twice, which is error prone.

robert-j-engdahl commented 6 years ago

This was fixed last night.