Index: trunk/extensions/Translate/check-blacklist.php |
— | — | @@ -231,5 +231,13 @@ |
232 | 232 | 'edittoolbar-help-content-ilink-syntax', // Contains links that are translated |
233 | 233 | 'edittoolbar-help-content-file-syntax', // Contains links that are translated |
234 | 234 | ) |
| 235 | +), |
| 236 | +array( |
| 237 | + 'group' => 'out-osm-site', |
| 238 | + 'check' => 'links', |
| 239 | + 'message' => array( |
| 240 | + 'notifier.signup_confirm_html.user_wiki_page', // Contains links that are translated |
| 241 | + 'notifier.signup_confirm_plain.user_wiki_2', // Contains links that are translated |
| 242 | + ) |
235 | 243 | ) |
236 | 244 | ); |