Closed datashinobi closed 4 years ago
Small mistake in the example code: 'CEB' has three letters and is an alpha_3 code. Using alpha_3 works. (At least on the current trunk which will be released in the next minutes, not sure whether this data was touched in the last months).
pycountry==19.8.18 https://iso639-3.sil.org/code/ceb
============= `from pycountry import languages languages.get(alpha_2 = 'ceb').name
AttributeError Traceback (most recent call last)