Wikimedia
Make five strings in the MassAction extension translatable
Find hardcoded strings in the MassAction extension code and add Internationalization (i18n) to five such strings. Rewrite and document the messages as appropriate. The whole idea is looking through all files of this extension and finding hard-coded strings, then internationalize five of them so they can be easily localized. Below are a few:
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/MassActionSpecialPage.php#L501
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Actions/RegexReplaceAction.php#L89
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Actions/AppendAction.php#L40
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Actions/AppendAction.php#L40
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Actions/AppendAction.php#L37
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Actions/RegexRenameAction.php#L89
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Matchers/TitleRegexMatcher.php#L81
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Matchers/TitleRegexMatcher.php#L98
- https://github.com/wikimedia/mediawiki-extensions-MassAction/blob/master/src/Targets/WikiPage/Matchers/TitleRegexMatcher.php#L102
Task tags
Students who completed this task
David Sn, Albert Wolszon, Ryan Chang