Hi Simon,

Thanks for the question.

Can you please try enabling translation services log with
$wgDebugLogGroups['translationservices'] = '/some/file';

See if any errors come up there.


--
Amir Elisha Aharoni · אָמִיר אֱלִישָׁע אַהֲרוֹנִי
http://aharoni.wordpress.com
‪“We're living in pieces,
I want to live in peace.” – T. Moore‬


2013/11/26 Simon, Hans-Walter (Hans-Walter) <[email protected]>

> 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
>
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to