Comment 1 for bug 522405

Revision history for this message
wouter bolsterlee (wbolster) wrote :

      [i18n] Implement contextual translation support

      Implemented the pgettext() function in PHP since it is not
      provided by the gettext bindings in PHP itself. The
      pgettext() function also has a C_() alias (inspired by the
      i18n support in GLib).

      The i18n.make script also correctly detects C_() when
      extracting translatable strings from source files.

      Part of bug #522405.