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

Write fullpath (or at least given path) in output po file #45

Closed PGPoulsen closed 5 years ago

PGPoulsen commented 5 years ago

In order for PoEdit to show reference in its viewer, it needs the path to the file.

This pull request passes the path information we have about the source file to the po file.

robert-j-engdahl commented 5 years ago

This is awesome. However, we need the tests to pass.

PGPoulsen commented 5 years ago

The unit tests should now be updated