Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhance toSlug function to support Cyrillic characters translit…
…eration (#7) * Enhance toSlug function to support Cyrillic characters transliteration This commit enhances the toSlug function to support transliteration of Cyrillic characters. Previously, the function only worked with Latin characters, but now it includes a mapping table for transliterating Cyrillic characters into their Latin equivalents. This change allows the function to accurately transliterate Cyrillic text into slugs, improving its functionality for handling non-Latin alphabets. * chore: refactor transliterate function * chore: formatting --------- Co-authored-by: Yuri Mazursky <[email protected]>
- Loading branch information