Put setup_translation back into start_daemon

A 3rd party plugin broke because using _() in core files so reverting
to prevent issues and may also be useful in future for translating
the help text.
This commit is contained in:
Calum Lind 2014-01-17 13:37:05 +00:00
parent 624f2f66cf
commit ec56ea3ebe

View file

@ -140,6 +140,7 @@ def start_ui():
def start_daemon():
"""Entry point for daemon script"""
deluge.common.setup_translations()
if 'dev' not in deluge.common.get_version():
import warnings