Skip to content

1.2.0

Compare
Choose a tag to compare
@koldakov koldakov released this 20 Sep 13:34
· 2 commits to main since this release

Added

  • Macrolanguages list. For example,
    if you need to get all m_id ARA languages you can use the next code:
from pycountries import MacroLanguage

print(MacroLanguage("ara", i_status="R"))

Fixed

  • Minor bugs