2014-01-26, 02:25:49
Try this... Insert in your gsconfig:
(this works since 2.4.0)
Code:
if(isset($_GET['lang'])) {
if ($_GET['lang'] == 'en') {
$nm_i18n['READ_MORE'] = 'Read more';
} else {
$nm_i18n['READ_MORE'] = 'Číst dál';
}
}
(this works since 2.4.0)