Skip to content

Commit

Permalink
Add Serbian aliases
Browse files Browse the repository at this point in the history
Bug: T212586
Change-Id: I8a02129d59e7776515b51f564e54f6badd8582f9
  • Loading branch information
petarpetkovic authored and jdforrester committed May 31, 2019
1 parent 2de427f commit 42b22d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions MWOAuth.alias.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,22 @@
'OAuthListConsumers' => [ 'OAuthLijstGebruikers' ],
];

/** Serbian Cyrillic (српски (ћирилица)) */
$specialPageAliases['sr-ec'] = [
'OAuthConsumerRegistration' => [ 'OAuth_регистрација_апликације', 'OAuth_регистрација' ],
'OAuthManageConsumers' => [ 'OAuth_управљање_апликацијама' ],
'OAuthListConsumers' => [ 'Списак_OAuth_апликација' ],
'OAuthManageMyGrants' => [ 'УправљањеПовезанимАпликацијама' ],
];

/** Serbian Latin (srpski (latinica)) */
$specialPageAliases['sr-el'] = [
'OAuthConsumerRegistration' => [ 'OAuth_registracija_aplikacije', 'OAuth_registracija' ],
'OAuthManageConsumers' => [ 'OAuth_upravljanje_aplikacijama' ],
'OAuthListConsumers' => [ 'Spisak_OAuth_aplikacija' ],
'OAuthManageMyGrants' => [ 'UpravljanjePovezanimAplikacijama' ],
];

/** Swedish (svenska) */
$specialPageAliases['sv'] = [
'OAuthListConsumers' => [ 'OAuth-applikationer' ],
Expand Down

0 comments on commit 42b22d5

Please sign in to comment.