Rylan
Results
3
issues of
Rylan
I've found that `lang := whatlanggo.Detect("wondering if this works").Lang fmt.Println(whatlanggo.LangToString(lang))` prints "eng" about 75% of the time but it prints "nld" 25% of the time. Maybe the randomness is introduced...
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},`
enhancement
good first issue