mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
Add Russian special page aliases for Ukrainian for backwards compatibility
Bug: T39314 Change-Id: I5327ebb524ee9c2853f4b130fcf76bfe46f2b250
This commit is contained in:
parent
9da2db4999
commit
66a52d88de
|
@ -228,7 +228,7 @@ $specialPageAliases['sv'] = array(
|
||||||
|
|
||||||
/** Ukrainian (українська) */
|
/** Ukrainian (українська) */
|
||||||
$specialPageAliases['uk'] = array(
|
$specialPageAliases['uk'] = array(
|
||||||
'Notifications' => array( 'Сповіщення' ),
|
'Notifications' => array( 'Сповіщення', 'Уведомления' ),
|
||||||
);
|
);
|
||||||
|
|
||||||
/** Urdu (اردو) */
|
/** Urdu (اردو) */
|
||||||
|
|
Loading…
Reference in a new issue