Created
March 13, 2021 04:48
-
-
Save dustinlacewell/f757de5a714e79819bfe2fe07f775722 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ deluge ~ | |
Unable to initialize gettext/locale! | |
'ngettext' | |
Traceback (most recent call last): | |
File "/nix/store/p7fi3y0mjika07rysgcggr6nyaqng1js-python3.8-deluge-2.0.3/lib/python3.8/site-packages/deluge/i18n/util.py", line 118, in setup_translation | |
builtins.__dict__['_n'] = builtins.__dict__['ngettext'] | |
KeyError: 'ngettext' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment