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', '2010-09-17' ); |
| 19 | +define( 'TRANSLATE_VERSION', '2011-02-01' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Extension credits properties. |
— | — | @@ -327,8 +327,10 @@ |
328 | 328 | '/^ext/' => array( 'ext' ), |
329 | 329 | '/^wikia/' => array( 'wikia' ), |
330 | 330 | '/^out-ihris/' => array( 'ihris' ), |
| 331 | + '/^out-mantis/' => array( 'mantis' ), |
331 | 332 | '/^out-mifos/' => array( 'mifos' ), |
332 | 333 | '/^out-okawix/' => array( 'okawix' ), |
| 334 | + '/^out-openimages/' => array( 'openimages' ), |
333 | 335 | '/^out-osm/' => array( 'osm' ), |
334 | 336 | '/^out-pywikipedia/' => array( 'pywikipedia' ), |
335 | 337 | '/^out-shapado/' => array( 'shapado' ), |