mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: I05b11756e3360d0981177429072ebecb250ed608
This commit is contained in:
parent
b87a71e07f
commit
7d07e1b449
|
@ -5,6 +5,7 @@
|
|||
* @file
|
||||
* @ingroup Extensions
|
||||
*/
|
||||
// @codingStandardsIgnoreFile
|
||||
|
||||
$specialPageAliases = array();
|
||||
|
||||
|
@ -148,6 +149,11 @@ $specialPageAliases['uk'] = array(
|
|||
'Notifications' => array( 'Сповіщення' ),
|
||||
);
|
||||
|
||||
/** vèneto (vèneto) */
|
||||
$specialPageAliases['vec'] = array(
|
||||
'Notifications' => array( 'Notifiche' ),
|
||||
);
|
||||
|
||||
/** Vietnamese (Tiếng Việt) */
|
||||
$specialPageAliases['vi'] = array(
|
||||
'Notifications' => array( 'Thông_báo' ),
|
||||
|
|
1261
Echo.i18n.php
1261
Echo.i18n.php
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue