This commit is contained in:
Georg Brandl
2008-08-08 13:46:15 +00:00
parent c21ff79a8b
commit 387c8cd693

View File

@@ -178,9 +178,9 @@ class Builder(object):
# Language couldn't be found in the specified path
pass
if self.translator is not None:
self.info('ok')
self.info('done')
else:
self.info('selected locale not available' % self.config.language)
self.info('locale not available')
if self.translator is None:
self.translator = gettext.NullTranslations()
self.translator.install()