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-02-01' ); |
| 19 | +define( 'TRANSLATE_VERSION', '2011-03-04' ); |
20 | 20 | |
21 | 21 | /** |
22 | 22 | * Extension credits properties. |
— | — | @@ -325,6 +325,7 @@ |
326 | 326 | '/^ext-ui/' => array( 'ext', 'usabilityinitiative' ), |
327 | 327 | '/^ext/' => array( 'ext' ), |
328 | 328 | '/^wikia/' => array( 'wikia' ), |
| 329 | + '/^out-ihris-manage/' => array( 'ihris' ), |
329 | 330 | '/^out-ihris/' => array( 'ihris' ), |
330 | 331 | '/^out-mantis/' => array( 'mantis' ), |
331 | 332 | '/^out-mifos/' => array( 'mifos' ), |