Index: trunk/extensions/Translate/Translate.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | /** |
17 | 17 | * Version number used in extension credits and in other placed where needed. |
18 | 18 | */ |
19 | | -define( 'TRANSLATE_VERSION', '2011-08-26' ); |
| 19 | +define( 'TRANSLATE_VERSION', '2011-08-30' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Extension credits properties. |
— | — | @@ -250,7 +250,7 @@ |
251 | 251 | 'url' => 'http://api.apertium.org/json/translate', |
252 | 252 | 'pairs' => 'http://api.apertium.org/json/listPairs', |
253 | 253 | 'key' => null, |
254 | | - 'timeout-sync' => 2, |
| 254 | + 'timeout-sync' => 6, |
255 | 255 | 'timeout-async' => 6, |
256 | 256 | 'type' => 'apertium', |
257 | 257 | 'codemap' => array( 'no' => 'nb' ), |