mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Add Serbian aliases
Bug: T212586 Change-Id: Ibaea0281b180daadadbe1fb6074d5d7b964f75f0
This commit is contained in:
parent
ac97c64f4c
commit
dfeb5bea06
|
@ -426,6 +426,16 @@ $specialPageAliases['sk'] = [
|
||||||
'CategoryTree' => [ 'StromKategórií' ],
|
'CategoryTree' => [ 'StromKategórií' ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
/** Serbian Cyrillic (српски (ћирилица)) */
|
||||||
|
$specialPageAliases['sr-ec'] = [
|
||||||
|
'CategoryTree' => [ 'СтаблоКатегорија' ],
|
||||||
|
];
|
||||||
|
|
||||||
|
/** Serbian Latin (srpski (latinica)) */
|
||||||
|
$specialPageAliases['sr-el'] = [
|
||||||
|
'CategoryTree' => [ 'StabloKategorija' ],
|
||||||
|
];
|
||||||
|
|
||||||
/** Swedish (svenska) */
|
/** Swedish (svenska) */
|
||||||
$specialPageAliases['sv'] = [
|
$specialPageAliases['sv'] = [
|
||||||
'CategoryTree' => [ 'Kategoriträd' ],
|
'CategoryTree' => [ 'Kategoriträd' ],
|
||||||
|
|
Loading…
Reference in a new issue