Index: trunk/extensions/Translate/check-blacklist.php |
— | — | @@ -278,6 +278,27 @@ |
279 | 279 | 'notifier.signup_confirm_plain.user_wiki_2', // Contains links that are translated |
280 | 280 | ) |
281 | 281 | ), |
| 282 | +array( |
| 283 | + 'group' => 'wikia-categoryselect', |
| 284 | + 'check' => 'links', |
| 285 | + 'message' => array( |
| 286 | + 'categoryselect-tooltip', // Contains link parts that may need translation |
| 287 | + ) |
| 288 | +), |
| 289 | +array( |
| 290 | + 'group' => 'wikia-graceexpired', |
| 291 | + 'check' => 'links', |
| 292 | + 'message' => array( |
| 293 | + 'graceexpired-header', // Contains link parts that may need translation |
| 294 | + ) |
| 295 | +), |
| 296 | +array( |
| 297 | + 'group' => 'wikia-problemreports', |
| 298 | + 'check' => 'links', |
| 299 | + 'message' => array( |
| 300 | + 'pr_introductory_text', // Contains link parts that may need translation |
| 301 | + ) |
| 302 | +), |
282 | 303 | |
283 | 304 | // translatewiki.net specific |
284 | 305 | array( |