4 from hyphen
.dictools
import install
, install_dict_info
6 print 'Downloading dictionary info...',
7 hyphen
.dict_info
= install_dict_info()
10 print 'Downloading dictionaries... en_US',
13 # Install dict for local language if needed
14 locale
.setlocale(locale
.LC_ALL
, '')
15 local_lang
= locale
.getlocale()[0]
16 if local_lang
!= 'en_US':
17 if local_lang
in hyphen
.dict_info
: