Hi together,

I'm trying to use the MediaWiki Language Extension Bundle with Mediawiki 1.21.1 
with Translate (Version MLEB 2013.09). All works fine but not the Translation 
Services of Microsoft or Yandex. For Yandex I use following settings:

$wgTranslateTranslationServices['Yandex'] = array(
        'url' => 'https://translate.yandex.net/api/v1.5/tr.json/translate',
        'key' => 'rca.1.1..my key...',
        'pairs' => 'https://translate.yandex.net/api/v1.5/tr.json/getLangs',
        'timeout' => 3,
        'langorder' => array( 'en', 'de' ),
        'langlimit' => 1,   
        'type' => 'yandex', 
);

When I translate a section I get no suggestions. In the log files 
(messages,access_log,error_log) is no hint for the problem. And with netstat I 
can see that there is no connection to the Yandex server.

Have you an idea how to troubleshoot?

--
Thank you,

Hans-Walter


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to