* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; $app->getDocument()->getWebAssetManager() ->useScript('webcomponent.core-loader') ->registerAndUseScript('mod_sampledata', 'mod_sampledata/sampledata-process.js', [], ['type' => 'module'], ['core']); Text::script('MOD_SAMPLEDATA_COMPLETED'); Text::script('MOD_SAMPLEDATA_CONFIRM_START'); Text::script('MOD_SAMPLEDATA_ERROR_RESPONSE'); Text::script('MOD_SAMPLEDATA_INVALID_RESPONSE'); Text::script('MOD_SAMPLEDATA_ITEM_ALREADY_PROCESSED'); ?>