gosimple / slug

URL-friendly slugify with multiple languages support.
Mozilla Public License 2.0
1.17k stars 109 forks source link

Merging default subs with languages is not implemented for all langs #23

Closed matrixik closed 6 years ago

matrixik commented 6 years ago

Looks like default substitutions are not running for some langs: https://github.com/gosimple/slug/blob/aba3e10dc69ce0bdb9245a3b9b0edebcc0cb4ecf/languages_substitution.go#L10

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