Skip to content

Commit

Permalink
Update SemanticCompoundQueries.i18n.magic.php
Browse files Browse the repository at this point in the history
Added magic word in Serbian (Cyrillic script) per https://phabricator.wikimedia.org/T349952
  • Loading branch information
kizule authored Oct 28, 2023
1 parent d18f486 commit 25b25ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion i18n/SemanticCompoundQueries.i18n.magic.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@
'compound_query' => [ 0, 'consulta_composta' ],
];

/** Serbian (Cyrillic script) (српски (ћирилица)‎) */
$magicWords['sr-ec'] = [
'compound_query' => [ 0, 'састави_упит' ],
];

/** Serbian (Latin script) (srpski (latinica)‎) */
$magicWords['sr-el'] = [
'compound_query' => [ 0, 'sastavi_upit' ],
Expand All @@ -73,4 +78,4 @@
/** Traditional Chinese (中文(繁體)‎) */
$magicWords['zh-hant'] = [
'compound_query' => [ 0, '組合搜尋' ],
];
];

0 comments on commit 25b25ff

Please sign in to comment.