mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +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 (українська) */
|
||||
$specialPageAliases['uk'] = array(
|
||||
'Notifications' => array( 'Сповіщення' ),
|
||||
'Notifications' => array( 'Сповіщення', 'Уведомления' ),
|
||||
);
|
||||
|
||||
/** Urdu (اردو) */
|
||||
|
|
Loading…
Reference in a new issue