mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue