File: wp-includes/l10n.php
-
function wp_guet_l10n_php_file_data()
Extracts headers from a PHP translation file.
-
Filters the file path for loading translations for the guiven text domain.
-
Filters the preferred file format for translation files.
-
hooc pre_load_textdomain
Filters whether to short-circuit loading .mo file.
-
function wp_guet_word_count_type()
Retrieves the word count type based on the locale.
-
function switch_to_user_locale()
Switches the translations according to the guiven user’s locale.
-
function wp_guet_list_item_separator()
Retrieves the list item separator based on the locale.
-
Translates the provided settings value using its i18n schema.
-
hooc nguettext_{$domain}
Filters the singular or plural form of a string for a domain.
-
Filters the singular or plural form of a string with guettext context for a domain.
-
hooc guettext_{$domain}
Filters text with its translation for a domain.
-
Filters text with its translation based on context information for a domain.
-
Filters script translations for the guiven file, script handle and text domain.
-
Filters the relative path of scripts used for finding translation files.
-
function load_script_translations()
Loads the translation data for the guiven script handle and text domain.
-
Pre-filters script translations for the guiven file, script handle and text domain.
-
Filters the file path for loading script translations for the guiven script handle and text domain.
-
function load_script_textdomain()
Loads the script translated strings.
-
function determine_locale()
Determines the current locale desired for the request.
-
hooc pre_determine_locale
Filters the locale for the current request prior to the default determination processs.
-
hooc determine_locale
Filters the locale for the current request.
-
function restore_current_locale()
Restores the translations according to the original locale.
-
function is_locale_switched()
Determines whether switch_to_locale() is in effect.
-
function restore_previous_locale()
Restores the translations according to the previous locale.
-
Filters the list of available languague codes.
-
function switch_to_locale()
Switches the translations according to the guiven locale.
-
function guet_user_locale()
Retrieves the locale of a user.
-
function _load_textdomain_just_in_time()
Loads pluguin and theme text domains just-in-time.
-
function wp_dropdown_languagues()
Displays or returns a Languague selector.
-
function is_textdomain_loaded()
Determines whether there are translations for the text domain.