Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/sfwd-lms/includes/reports/includes/gutenberg/blocks/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/sfwd-lms/includes/reports/includes/gutenberg/blocks/i18n.js

/* eslint-disable -- TODO: Fix linting issues */

/**
 * LearnDash i18n Functions
 *
 * This is a collection of common functions used within the LeanDash blocks
 *
 * @since 4.17.0
 *
 * @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');
}
*/