Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, bool given
if (isset($i18n['TRANSLITERATION']) && is_array($translit=$i18n['TRANSLITERATION']) && count($translit>0)) {
$url = str_replace(array_keys($translit),array_values($translit),$url);
}
count($translit>0)