leonelquinteros / gotext

Go (Golang) GNU gettext utilities package
Other
434 stars 58 forks source link

fix bug in GetN, don't honor SetDomain #13

Closed lidaobing closed 6 years ago

leonelquinteros commented 6 years ago

Nice catch! Thanks for bringing this up.

Your PR is missing some tests to cover this issue and I also found the same issue with the GetNC function, so I've created issue https://github.com/leonelquinteros/gotext/issues/14 and I'm working on that to have this fixed.

Please follow up on that issue as I'm closing this PR. After I push a fix for this I'll also create a new release in case you're using version vendoring with this package.