Ticket #640 (closed bug: fixed)
A LOT of strings in deluge 1.x is not translateable
| Reported by: | engored@… | Owned by: | andar |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.3.0 |
| Component: | other | Version: | 1.1.9 |
| Keywords: | Cc: |
Description
I use ru_RU locale and experience partially localized interface in Deluge 1.0.6 with some untranslated messages here and there (which is not what I personally like). I've decided to check stats on launchpad (here: https://translations.launchpad.net/deluge/1.0/+pots/deluge/ ), and saw that everything available is already translated. So I downloaded source code and simply checked for some annoying messages:
grep -rn 'KiB' * | grep .py | grep -v '_(' # this searches every .py file for 'KiB' not preceded by gettext macro
There were 9 such messages. Currently, speed values, data amount values, torrent states, tab names in preferences dialog and few other messages in many places are not translateable at all, as far as I understand the source code.
