speakingurl icon indicating copy to clipboard operation
speakingurl copied to clipboard

Support for Danish

Open FrittenKeeZ opened this issue 5 years ago • 1 comments

'da': { // Danish
    'æ': 'ae',
    'Æ': 'Ae',
    'ø': 'oe',
    'Ø': 'Oe',
    'å': 'aa',
    'Å': 'Aa'
},

FrittenKeeZ avatar Apr 24 '19 07:04 FrittenKeeZ

You should consider https://github.com/sindresorhus/slugify

leocaseiro avatar Jan 29 '20 07:01 leocaseiro