Your IP : 216.73.216.138


Current Path : /home/ereika83/public_html/wp-content/plugins/learndash-propanel/includes/gutenberg/blocks/
Upload File :
Current File : /home/ereika83/public_html/wp-content/plugins/learndash-propanel/includes/gutenberg/blocks/i18n.js

/**
 * 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 directlty 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');
}
*/