Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed Jul 26, 2015
1 parent 5c8be27 commit ee9e957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def install_translations(self):
info('Installing translations...')
for po in glob(os.path.join('po', '*.po')):
lang = os.path.basename(po[:-3])
mo = os.path.join('build', 'mo', lang, '%s.mo' % DOMAIN_NAME)
mo = os.path.join('build', 'mo', lang, 'gespeaker.mo')

directory = os.path.dirname(mo)
if not os.path.exists(directory):
Expand Down

0 comments on commit ee9e957

Please sign in to comment.