anewt-developers team mailing list archive
-
anewt-developers team
-
Mailing list archive
-
Message #00230
[Bug 522405] Re: Context support for gettext extension API
1765 Wouter Bolsterlee 2010-02-22
[i18n] Implement dpgettext(), dnpgettext() and npgettext()
Extended the pgettext() logic to support text domains and
renamed it to dpgettext(); then pgettext() is just
convenience API that invokes dpgettext() with the default
text domain.
Also added the dnpgettext() function for plurals with
context, similar to the dpgettext() implementation. The
npgettext() function is, just like pgettext(), just
convenience API that invokes dnpgettext() with the default
text domain.
Also changed the i18n.make helper script so that it
correctly extracts all strings from source files.
Fixes bug #522405.
** Changed in: anewt
Status: In Progress => Fix Released
--
Context support for gettext extension API
https://bugs.launchpad.net/bugs/522405
You received this bug notification because you are a member of Anewt
developers, which is subscribed to Anewt.
References