diff options
author | bendikro <bro.devel+deluge@gmail.com> | 2016-01-17 17:13:45 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-10-30 13:45:02 +0100 |
commit | 1e183a32587d04e5e4abb2857f93d9f0a67b5450 (patch) | |
tree | b1d9cabbb0f1a6d61dd91572613ff6df19776afd /tox.ini | |
parent | [Common] Add overrides function decorator (diff) | |
download | deluge-1e183a32587d04e5e4abb2857f93d9f0a67b5450.tar.xz deluge-1e183a32587d04e5e4abb2857f93d9f0a67b5450.zip |
[UI] Add gettext.ngettext to __builtin__.__dict__
Handle plurality with getttext using ngettext. Added to
__builtin__.__dict__ as _n
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ [flake8] max-line-length = 120 -builtins = _,__request__ +builtins = _,_n,__request__ exclude = .git,.tox,dist,build [pep8] |