plugins\i18n\i18n.admin.extensions.php

<?php
/* ====================
[BEGIN_COT_EXT]
Hooks=admin.extensions.install.tags
[END_COT_EXT]
==================== */
 
/**
 * Adds i18n support to tags when installing the tags plugin after i18n
 *
 * @package I18n
 * @copyright (c) Cotonti Team
 * @license https://github.com/Cotonti/Cotonti/blob/master/License.txt
 */
 
defined('COT_CODE') or die('Wrong URL');
 
if ($code == 'tags' && $result && !cot_error_found())
{
	include $cfg['plugins_dir'] . '/i18n/setup/i18n.install.php';
}