I got PyEnchant with files for many languages: en_US, en_AU, de_DE, fr_FR. Now I call list of dictionaries and see only small set: 'en', 'en_US', 'en_GB', 'en_CA'.
I call:
items = enchant._broker.list_languages()
How to load into Enchant other langs? New files? So enchant.Dict() can take it.