Introduce a preference to disable compact language links

Bug: T133030
Change-Id: If9ec0b8c75c59c62991f0d4bfa99f6d4c9324c30
This commit is contained in:
Santhosh Thottingal
2016-05-03 10:41:13 +05:30
committed by Niklas Laxström
parent 49bf8000e3
commit f1995bc603
4 changed files with 20 additions and 4 deletions

View File

@@ -48,7 +48,8 @@
"UniversalLanguageSelectorHooks": "UniversalLanguageSelector.hooks.php"
},
"DefaultUserOptions": {
"uls-preferences": ""
"uls-preferences": "",
"compact-language-links": true
},
"config": {
"@ULSGeoService": "ULS can use geolocation services to suggest languages based on the country the user is vising from. Setting this to false will prevent builtin geolocation from being used. You can provide your own geolocation by setting window.Geo to object which has key \"country_code\" or \"country\". If set to true, it will query Wikimedia's geoip service. The service should return jsonp that uses the supplied callback parameter.",