The new `pgettext_n` function (typically imported as `n_`) can be used when there is a need to extract messages, without translating them. It is essentially a no-op equivalent to the C++ version `N_`.
The new `pgettext_n` function (typically imported as `n_`) can be used when there is a need to extract messages, without translating them. It is essentially a no-op equivalent to the C++ version `N_`.