New i18n filters & createI18n() changes

New i18n filters The Javascript i18n functions (__(), _x(), _n() and _nx()) provide translations of strings for use in your code. The values returned by these functions are now filterable if you need to override them, using the following filters: i18n.gettext i18n.gettext_with_context i18n.ngettext i18n.ngettext_with_context Note: Text domain-specific versions of these filters are also available, see below for more details. … Continue reading New i18n filters & createI18n() changes