slugify icon indicating copy to clipboard operation
slugify copied to clipboard

Option disabling `transliterate`

Open tunnckoCore opened this issue 2 years ago • 0 comments

Heya, great one.

Can we add options.transliterate so we can disable transliteration? Defaulting to true if you will so.

https://github.com/sindresorhus/slugify/blob/b841d04d92533469714e586435ed4c1b3b451d8c/index.js#L46

to

string = options.transliterate ? transliterate(string, {customReplacements}) : string;

tunnckoCore avatar Jun 08 '22 17:06 tunnckoCore