mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +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.
|
* 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.
|
* All entries in deluge.common.TORRENT_STATE should be added here.
|
||||||
*
|
*
|
||||||
|
@ -26,12 +26,6 @@ var TORRENT_STATE_TRANSLATION = [
|
||||||
_('Queued'),
|
_('Queued'),
|
||||||
_('Error')];
|
_('Error')];
|
||||||
|
|
||||||
var TRACKER_STATUS_TRANSLATION = [
|
|
||||||
_('Error'),
|
|
||||||
_('Warning'),
|
|
||||||
_('Announce OK'),
|
|
||||||
_('Announce Sent')];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @static
|
* @static
|
||||||
* @class Deluge.UI
|
* @class Deluge.UI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue