Skip to content

Commit a832b58

Browse files
committed
upd
1 parent 37aa90f commit a832b58

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(string $str, array $params = []): string
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)