diff --git a/core/components/translit/model/modx/translit/tables/noaccents.php b/core/components/translit/model/modx/translit/tables/noaccents.php index 3c6f7d0..a32f62f 100644 --- a/core/components/translit/model/modx/translit/tables/noaccents.php +++ b/core/components/translit/model/modx/translit/tables/noaccents.php @@ -55,5 +55,11 @@ // added by Martin Frano 'š'=>'s', 'ž'=>'z', 'ý'=>'y', 'ô'=>'o', 'ť'=>'t', -'Š'=>'S', 'Ž'=>'Z', 'Ý'=>'Y', 'Ô'=>'O' +'Š'=>'S', 'Ž'=>'Z', 'Ý'=>'Y', 'Ô'=>'O', + +// remek + +','=>'-','!'=>'','$'=>'','#'=>'','@'=>'','*'=>'','&'=>'','%'=>'', '–' => '', +'ś'=>'s', 'Ś' => 'S' + ); \ No newline at end of file