Archive | /wp-includes/l10n.php RSS feed for this section

translate_nooped_plural

Translate the result of _n_noop() or _nx_noop()

10401

Continue reading

__

Retrieves the translation of $text. If there is no translation, or the domain isn’t loaded, the original text is returned.

4423

Continue reading

_x

Retrieve translated string with gettext contextQuite a few times, there will be collisions with similar translatable text found in more than two places but with different translated context.

4421

Continue reading

_n_noop

Register plural strings in POT file, but don’t translate them.Used when you want to keep structures with translatable plural strings and use them later.

4349

Continue reading

_nx_noop

Register plural strings with context in POT file, but don’t translate them.

4347

Continue reading