greyblake / whatlang-rs

Natural language detection library for Rust. Try demo online: https://whatlang.org/
https://whatlang.org/
MIT License
970 stars 109 forks source link

Implement method Lang::name(&self) -> &str #12

Closed greyblake closed 7 years ago

greyblake commented 7 years ago

This must return a name of a language written in the languge itself (e.g. Deutsch, Русский, etc)

greyblake commented 7 years ago

Done in b408eb1