i18n.js 486 Bytes
/**
 * LearnDash i18n Functions
 *
 * This is a collection of common functions used within the LeanDash blocks
 *
 * @since 2.5.9
 * @package LearnDash
 */

/**
 * Removed in LD 3.0 because we are not loading directly into wp.i18n
 * via the PHP function learndash_load_inline_script_locale_data
 */
/*
 if (typeof ldlms_settings['locale'] !== 'undefined') {
	wp.i18n.setLocaleData( ldlms_settings['locale'], 'learndash');
} else {
	wp.i18n.setLocaleData({ '': {} }, 'learndash');
}
*/