gosimple / slug

URL-friendly slugify with multiple languages support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merging default subs with languages is not implemented for all langs

matrixik opened this issue · comments

Looks like default substitutions are not running for some langs:

for _, sub := range []*map[rune]string{&deSub, &enSub, &plSub, &esSub} {

More tests needed and fixing it in a way that will not force adding every lang by hand.