__( 'Select your Animation Style', 'eds-animate' ), ); $locale = _WP_Editors::$mce_locale; $translated = 'tinyMCE.addI18n("' . $locale . '.edsanimate", ' . json_encode( $strings ) . ");\n"; return $translated; } $strings = edsanimate_tinymce_plugin_translation();