mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
[WebUI] Remove duplicated translation code
This commit is contained in:
parent
5f4a16630e
commit
373c8a14b0
1 changed files with 1 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
* See LICENSE for more details.
|
||||
*/
|
||||
|
||||
/** Dummy translation arrays so Torrent and Tracker states are available for Translators.
|
||||
/** Dummy translation arrays so Torrent states are available for gettext.js and Translators.
|
||||
*
|
||||
* All entries in deluge.common.TORRENT_STATE should be added here.
|
||||
*
|
||||
|
@ -26,12 +26,6 @@ var TORRENT_STATE_TRANSLATION = [
|
|||
_('Queued'),
|
||||
_('Error')];
|
||||
|
||||
var TRACKER_STATUS_TRANSLATION = [
|
||||
_('Error'),
|
||||
_('Warning'),
|
||||
_('Announce OK'),
|
||||
_('Announce Sent')];
|
||||
|
||||
/**
|
||||
* @static
|
||||
* @class Deluge.UI
|
||||
|
|
Loading…
Add table
Reference in a new issue