Ticket #640 (closed bug: fixed)

Opened 20 months ago

Last modified 4 months ago

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.

Change History

Changed 20 months ago by markybob

partial fix in [4358] ...more work needed still

Changed 11 months ago by XChesser

  • version changed from 1.0.6 to 1.1.9

Changed 4 months ago by damoxc

  • priority changed from major to critical
  • milestone set to 1.3.0

Changed 4 months ago by andar

  • status changed from new to closed
  • resolution set to fixed

Fixed in master.

Note: See TracTickets for help on using tickets.