scsmith / language_list

A list of languages based upon ISO-639-1 and ISO-639-3 with functions to retrieve only common languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Searching by common name doesn't work

jeremyhaile opened this issue · comments

For example, LanguageList::LanguageInfo.find('greek') returns nil because "Greek" is the common name and isn't included in the BY_NAME hash.

Thanks! I've merged the PR and will try and get a new release out this week.