getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

Issue about loading translation rules #2230

Closed afbora closed 4 years ago

afbora commented 5 years ago

This bug details are in comments after this: https://github.com/getkirby/kirby/issues/1903#issuecomment-541344389

<?php
echo Str::slug("Компания");
echo t('something');
echo Str::slug("Компания");
?>

In RU language I get:

kompanija
translation of something
kompaniya

See difference j to y

bastianallgeier commented 4 years ago