Amire80 has uploaded a new change for review.
https://gerrit.wikimedia.org/r/290790
Change subject: Add tyv to interwiki sort orders
......................................................................
Add tyv to interwiki sort orders
This is a follow-up to
I386402abc557f1f7ca70e4e4e650f87ea0ee9cee
I noticed that tyv appears in the end of the list, so this should fix it.
Change-Id: I9c916cda7394efcf7118c5f7065448372d2ffcdf
---
M client/config/WikibaseClient.default.php
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/90/290790/1
diff --git a/client/config/WikibaseClient.default.php
b/client/config/WikibaseClient.default.php
index be5b3a4..a7aa5b2 100644
--- a/client/config/WikibaseClient.default.php
+++ b/client/config/WikibaseClient.default.php
@@ -130,7 +130,7 @@
'se', 'sm', 'sa', 'sg', 'sc', 'sco', 'stq',
'st', 'nso', 'tn', 'sq', 'scn',
'si', 'simple', 'sd', 'ss', 'sk', 'sl', 'cu',
'szl', 'so', 'ckb', 'srn', 'sr',
'sh', 'su', 'fi', 'sv', 'tl', 'ta', 'shi',
'kab', 'roa-tara', 'tt', 'te', 'tet',
- 'th', 'ti', 'tg', 'to', 'chr', 'chy', 've',
'tr', 'tk', 'tw', 'udm', 'bug',
+ 'th', 'ti', 'tg', 'to', 'chr', 'chy', 've',
'tr', 'tk', 'tw', 'tyv', 'udm', 'bug',
'uk', 'ur', 'ug', 'za', 'vec', 'vep', 'vi',
'vo', 'fiu-vro', 'wa', 'zh-classical',
'vls', 'war', 'wo', 'wuu', 'ts', 'yi', 'yo',
'zh-yue', 'diq', 'zea', 'bat-smg',
'zh', 'zh-tw', 'zh-cn'
@@ -157,7 +157,7 @@
'se', 'sa', 'sg', 'sc', 'sco', 'stq', 'st',
'nso', 'tn', 'sq', 'scn', 'si',
'simple', 'sd', 'ss', 'sk', 'sl', 'cu', 'szl',
'so', 'ckb', 'srn', 'sr', 'sh',
'fi', 'sv', 'tl', 'ta', 'shi', 'kab',
'roa-tara', 'tt', 'te', 'tet', 'th', 'vi',
- 'ti', 'tg', 'tpi', 'tokipona', 'tp', 'chr',
'chy', 've', 'tr', 'tk', 'tw', 'udm',
+ 'ti', 'tg', 'tpi', 'tokipona', 'tp', 'chr',
'chy', 've', 'tr', 'tk', 'tw', 'tyv', 'udm',
'uk', 'ur', 'ug', 'za', 'vec', 'vep', 'vo',
'fiu-vro', 'wa', 'zh-classical', 'vls',
'war', 'wo', 'wuu', 'ts', 'yi', 'yo', 'zh-yue',
'diq', 'zea', 'bat-smg', 'zh',
'zh-tw', 'zh-cn'
@@ -186,7 +186,7 @@
'st', 'nso', 'tn', 'sq', 'si', 'scn', 'simple',
'ss', 'sk', 'sl', 'cu', 'szl',
'so', 'ckb', 'srn', 'sr', 'sh', 'fi', 'sv',
'ta', 'shi', 'tl', 'kab',
'roa-tara', 'tt', 'te', 'tet', 'th', 'ti',
'vi', 'tg', 'tokipona', 'tp',
- 'tpi', 'chy', 've', 'tr', 'tk', 'tw', 'udm',
'uk', 'ur', 'ug', 'za', 'vec',
+ 'tpi', 'chy', 've', 'tr', 'tk', 'tw', 'tyv',
'udm', 'uk', 'ur', 'ug', 'za', 'vec',
'vep', 'vo', 'fiu-vro', 'wa', 'vls', 'war',
'wo', 'wuu', 'ts', 'xmf', 'yi',
'yo', 'diq', 'zea', 'zh', 'zh-tw', 'zh-cn',
'zh-classical', 'zh-yue', 'bat-smg'
],
@@ -212,7 +212,7 @@
'rw', 'sa', 'sah', 'sc', 'scn', 'sco', 'sd',
'se', 'sg', 'sh', 'shi', 'si', 'simple',
'sk', 'sl', 'sm', 'sn', 'so', 'sq', 'sr',
'srn', 'ss', 'st', 'stq', 'su', 'sv',
'sw', 'szl', 'ta', 'te', 'tet', 'tg', 'th',
'ti', 'ty', 'tk', 'tl', 'tn', 'to',
- 'tokipona', 'tp', 'tpi', 'tr', 'ts', 'tt',
'tum', 'tw', 'udm', 'ug', 'uk', 'ur',
+ 'tokipona', 'tp', 'tpi', 'tr', 'ts', 'tt',
'tum', 'tw', 'tyv', 'udm', 'ug', 'uk', 'ur',
'uz', 've', 'vec', 'vep', 'vi', 'vls', 'vo',
'wa', 'war', 'wo', 'wuu', 'xal',
'xh', 'xmf', 'za', 'zea', 'zh', 'zh-classical',
'zh-cn', 'zh-yue', 'zh-min-nan',
'zh-tw', 'zu'
--
To view, visit https://gerrit.wikimedia.org/r/290790
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c916cda7394efcf7118c5f7065448372d2ffcdf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Amire80 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits