Update adminAdapters.js
This commit is contained in:
@@ -683,7 +683,7 @@ function Adapters(main) {
|
||||
for (var v in adapter.news) {
|
||||
if (adapter.news.hasOwnProperty(v)) {
|
||||
if (systemLang === v) text += (text ? '\n' : '') + adapter.news[v];
|
||||
if (v === 'en' || v === 'ru' || v === 'de') continue;
|
||||
if (v === 'en' || v === 'cn') continue;
|
||||
if (v === actualVersion) break;
|
||||
text += (text ? '\n' : '') + (adapter.news[v][systemLang] || adapter.news[v].en);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user