Enable localization of special page.

- Improved: Special Page can now be translated using messages.
This commit is contained in:
Daniel Kraus
2017-09-03 14:24:28 +02:00
parent 34715f9dc8
commit 2f76224ac0
5 changed files with 37 additions and 60 deletions

View File

@ -27,6 +27,7 @@ namespace LinkTitles;
* Provides event handlers and entry points for the extension.
*/
class Extension {
const URL = 'https://github.com/bovender/LinkTitles';
/**
* Event handler for the PageContentSave hook.