diff --git a/config/env/torrents.js b/config/env/torrents.js index 6fd0c5d4..0371efde 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -170,6 +170,13 @@ module.exports = { imdbConfig: { imdb_link_url: 'http://www.imdb.com/title/' }, + forumsConfig: { + category: [ + {name: 'AFFAIRS', value: 'affairs'}, + {name: 'DISCUSS', value: 'discuss'}, + {name: 'BUSINESS', value: 'business'} + ] + }, resourcesTags: { movie: { radio: [ diff --git a/modules/core/client/app/trans-string-en.js b/modules/core/client/app/trans-string-en.js index 5adc8203..d3c79710 100644 --- a/modules/core/client/app/trans-string-en.js +++ b/modules/core/client/app/trans-string-en.js @@ -613,6 +613,15 @@ EPISODES_INPUT_TIP: 'tip: Only accepts numbers 0-9 and characters minus, for example:9 is 9th episode, 1-30 is first to thirty episode, like 001 12 01-30 12-45 45-127 etc.' }, + //forum + FORUM: { + CATEGORY: { + AFFAIRS: 'Affairs', + DISCUSS: 'Discuss', + BUSINESS: 'Business' + } + }, + /////////////////////////resources tag fields/////////////////////////////////// RESOURCESTAGS: { TYPE: { diff --git a/modules/core/client/app/trans-string-zh.js b/modules/core/client/app/trans-string-zh.js index 5840680b..84771919 100644 --- a/modules/core/client/app/trans-string-zh.js +++ b/modules/core/client/app/trans-string-zh.js @@ -613,6 +613,15 @@ EPISODES_INPUT_TIP: '提示:输入只接受0-9的数字以及减号字符,如 9 表示第9集,1-30 表示1到30集集合,像 001 12 01-30 12-45 45-127 等.' }, + //forum + FORUM: { + CATEGORY: { + AFFAIRS: '站务区', + DISCUSS: '讨论区', + BUSINESS: '商务区' + } + }, + /////////////////////////resources tag fields/////////////////////////////////// RESOURCESTAGS: { TYPE: {