mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I9c6a8bae0ae6676057f277affa93008a845a672a
This commit is contained in:
parent
88f7735c72
commit
6e73395e59
|
@ -10,6 +10,15 @@ $specialPageAliases = array();
|
||||||
|
|
||||||
/** English (English) */
|
/** English (English) */
|
||||||
$specialPageAliases['en'] = array(
|
$specialPageAliases['en'] = array(
|
||||||
'Notifications' => array( 'Notifications' )
|
'Notifications' => array( 'Notifications' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/** Macedonian (македонски) */
|
||||||
|
$specialPageAliases['mk'] = array(
|
||||||
|
'Notifications' => array( 'Известувања' ),
|
||||||
|
);
|
||||||
|
|
||||||
|
/** Simplified Chinese (中文(简体)) */
|
||||||
|
$specialPageAliases['zh-hans'] = array(
|
||||||
|
'Notifications' => array( '通知' ),
|
||||||
|
);
|
Loading…
Reference in a new issue