getlang
getlang copied to clipboard
Add language detection for Malayalam
Can add support for this language by its script. Add this to the scripts variable (defined on line 42 of getlang.go)
"ml": []*unicode.RangeTable{unicode.Malayalam},
I'll add this too.