Inflector::slug in Yii2 generates not correct string from cyrillic.
Example: автоматизация -> avtomatizacia, but it must be avtomatizaciya; зачислить -> zacislit, but it must be zachislit. How to fix it?
I use this for SEO urls. Can this influence if search engines will not recognise the correct keyword to improve SEO results for my website?