getlang
getlang copied to clipboard
Add language detection for Kannada
Can add support for this language by its script. Add this to the scripts variable (defined on line 42 of getlang.go)
"kn": []*unicode.RangeTable{unicode.Kannada},
I'll do this task in morning.
awesome. Thanks!