electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
237 stars 83 forks source link

Correctly parse BCP47 #55

Closed anaisbetts closed 7 years ago

anaisbetts commented 7 years ago

Several languages such as Sr-latn-CS would basically throw us into a tailspin because we were assuming all language codes were ab-XY. Just use a library to parse these instead.