Opened 15 years ago
Closed 13 years ago
#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 |
Component: | Unknown | 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.
Change History (4)
comment:1 Changed 14 years ago by markybob
comment:2 Changed 14 years ago by XChesser
- Version changed from 1.0.6 to 1.1.9
comment:3 Changed 13 years ago by damoxc
- Milestone set to 1.3.0
- Priority changed from major to critical
comment:4 Changed 13 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
Fixed in master.
partial fix in [4358] ...more work needed still