Skip to content

Commit ff1b85e

Browse files
kizulemalberts
authored andcommitted
Update SemanticCompoundQueries.i18n.magic.php
Added magic word in Serbian (Cyrillic script) per https://phabricator.wikimedia.org/T349952
1 parent 3dc143b commit ff1b85e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

i18n/SemanticCompoundQueries.i18n.magic.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
'compound_query' => [ 0, 'consulta_composta' ],
6161
];
6262

63+
/** Serbian (Cyrillic script) (српски (ћирилица)‎) */
64+
$magicWords['sr-ec'] = [
65+
'compound_query' => [ 0, 'састави_упит' ],
66+
];
67+
6368
/** Serbian (Latin script) (srpski (latinica)‎) */
6469
$magicWords['sr-el'] = [
6570
'compound_query' => [ 0, 'sastavi_upit' ],
@@ -73,4 +78,4 @@
7378
/** Traditional Chinese (中文(繁體)‎) */
7479
$magicWords['zh-hant'] = [
7580
'compound_query' => [ 0, '組合搜尋' ],
76-
];
81+
];

0 commit comments

Comments
 (0)