Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259731

Change subject: Yandex: Use the correct proxy config instead of top level
......................................................................

Yandex: Use the correct proxy config instead of top level

Change-Id: Ib68b257105c796b4142145580297e463a7b4663c
---
M mt/Yandex.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/cxserver 
refs/changes/31/259731/1

diff --git a/mt/Yandex.js b/mt/Yandex.js
index bc399fa..c2c958f 100644
--- a/mt/Yandex.js
+++ b/mt/Yandex.js
@@ -39,7 +39,7 @@
        // Language mapping that might be needed is be-tarask -> be
        postData = {
                uri: this.conf.mt.yandex.api + '/api/v1.5/tr.json/translate',
-               proxy: this.conf.proxy,
+               proxy: this.conf.mt.yandex.proxy,
                body: {
                        key: key,
                        lang: sourceLang + '-' + targetLang,

-- 
To view, visit https://gerrit.wikimedia.org/r/259731
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib68b257105c796b4142145580297e463a7b4663c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/cxserver
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to