File: wp-includes/l10n.php
-
functionbefore_last_bar()
Removes last item on a pipe-delimited string.
-
functionesc_attr_x()
Translates string with gettext context, and escapes it for safe use in an attribute.
-
functiontranslate_with_gettext_context()
Retrieves the translation of $text in the context defined in $context.
-
functionesc_html_x()
Translates string with gettext context, and escapes it for safe use in HTML output.
-
Filters text with its translation based on context information.
-
function_n()
Translates and retrieves the singular or plural form based on the supplied number.
-
function__()
Retrieves the translation of $text.
-
hookngettext
Filters the singular or plural form of a string.
-
functionesc_attr__()
Retrieves the translation of $text and escapes it for safe use in an attribute.
-
function_nx()
Translates and retrieves the singular or plural form based on the supplied number, with gettext context.
-
functionesc_html__()
Retrieves the translation of $text and escapes it for safe use in HTML output.
-
functionget_locale()
Retrieves the current locale.
-
hooklocale
Filters the locale ID of the WordPress installation.
-
functionis_rtl()
Determines whether the current locale is right-to-left (RTL).