Skip to content

Commit 4b9c79e

Browse files
committed
upd
1 parent fbb4c5b commit 4b9c79e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

StringHelper.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ public static function translit($str, $params = array())
157157
"м"=>"m","н"=>"n","о"=>"o","п"=>"p","р"=>"r",
158158
"с"=>"s","т"=>"t","у"=>"u","ф"=>"f","х"=>"x",
159159
"ц"=>"c","ч"=>"ch","ш"=>"sh","щ"=>"shh","ъ"=>"",
160-
"ы"=>"y","ь"=>"","э"=>"e","ю"=>"yu","я"=>"ya","«"=>"","»"=>"",""=>"-"
160+
"ы"=>"y","ь"=>"","э"=>"e","ю"=>"yu","я"=>"ya",
161+
"«"=>"","»"=>"",""=>"-"," "=>"",
161162
);
162163
}
163164
if(!isset($params['lower'])) {

0 commit comments

Comments
 (0)