sindresorhus / slugify

Slugify a string
MIT License
2.56k stars 81 forks source link

Extract transliteration into it's own library #44

Closed slavafomin closed 4 years ago

slavafomin commented 4 years ago

Hello!

Thank you for this great library!

However, would you consider to extract the transliteration part into it's own library? I believe this functionality could be very much useful on it's own.

sindresorhus commented 4 years ago

Yeah, I have that on my todo list, but thanks for the push. I'll work on it tomorrow.

sindresorhus commented 4 years ago

Done: https://github.com/sindresorhus/transliterate :)

slavafomin commented 4 years ago

That's cool, thanks!