Open sameercaresu opened 7 years ago
I have added implementation of dgettext
, dngettext
, dpgettext
and dnpgettext
.
If domain is used it is ignored during extraction.
Wow, that's nice! Thanks!
Any chance this could go into next release? Thanks.
Hi I have made the requested changes. Please let me know if there's more changes needed.
This is the implementation of
pgettext
andnpgettext
mentioned in https://github.com/zaach/jsxgettext/issues/95.I have added some test cases for
pgettext
andnpgettext
. Other tests, that I have not modified, are passing the tests as well.Please let me know if you have any comments.