From 6b00944d8b1f6de65464518d786f9b1970ec1e34 Mon Sep 17 00:00:00 2001 From: Hristo Dipchikov Date: Sat, 17 Sep 2016 13:33:42 +0300 Subject: [PATCH] fix --- bl-kernel/helpers/text.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bl-kernel/helpers/text.class.php b/bl-kernel/helpers/text.class.php index b97cb819..d4132ac4 100644 --- a/bl-kernel/helpers/text.class.php +++ b/bl-kernel/helpers/text.class.php @@ -41,6 +41,7 @@ class Text { 'п'=>'p', 'р'=>'r', 'с'=>'s', 'т'=>'t', 'у'=>'u', 'ф'=>'f', 'х'=>'h', 'ц'=>'c', 'ч'=>'ch', 'ш'=>'sh', 'щ'=>'sh', 'ъ'=>'', 'ы'=>'y', 'ь'=>'', 'э'=>'e', 'ю'=>'yu', 'я'=>'ya', + // Bulgarian 'А'=>'A', 'Б'=>'B', 'В'=>'V', 'Г'=>'G', 'Д'=>'D', 'Е'=>'E', 'Ж'=>'Zh', 'З'=>'Z', 'И'=>'I', 'Й'=>'J', 'К'=>'K', 'Л'=>'L', 'М'=>'M', 'Н'=>'N', 'О'=>'O', 'П'=>'P', 'Р'=>'R', 'С'=>'S', 'Т'=>'T', 'У'=>'U', 'Ф'=>'F', 'Х'=>'H', 'Ц'=>'C', 'Ч'=>'Ch',