(context, msgid1, msgid2, n)
| 626 | |
| 627 | |
| 628 | def npgettext(context, msgid1, msgid2, n): |
| 629 | return dnpgettext(_current_domain, context, msgid1, msgid2, n) |
| 630 | |
| 631 | |
| 632 | # dcgettext() has been deemed unnecessary and is not implemented. |
nothing calls this directly
no test coverage detected