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:
parent
624f2f66cf
commit
ec56ea3ebe
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user