Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -325,9 +325,8 @@ |
326 | 326 | * ); |
327 | 327 | * </pre> |
328 | 328 | * |
329 | | - * For Google and Apertium, you should get an API key. |
| 329 | + * For Apertium, you should get an API key. |
330 | 330 | * @see http://wiki.apertium.org/wiki/Apertium_web_service |
331 | | - * @see http://code.google.com/apis/ajaxsearch/key.html |
332 | 331 | * |
333 | 332 | * The translation services are provided with the following information: |
334 | 333 | * - server ip address |
— | — | @@ -345,13 +344,6 @@ |
346 | 345 | 'type' => 'ttmserver', |
347 | 346 | 'public' => false, |
348 | 347 | ); |
349 | | -$wgTranslateTranslationServices['Google'] = array( |
350 | | - 'url' => 'http://ajax.googleapis.com/ajax/services/language/translate', |
351 | | - 'key' => null, |
352 | | - 'timeout-sync' => 3, |
353 | | - 'timeout-async' => 6, |
354 | | - 'type' => 'google', |
355 | | -); |
356 | 348 | $wgTranslateTranslationServices['Microsoft'] = array( |
357 | 349 | 'url' => 'http://api.microsofttranslator.com/V2/Http.svc/Translate', |
358 | 350 | 'key' => null, |