update shared components
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.211",
|
||||
"_release": "1.4.211",
|
||||
"version": "1.4.212",
|
||||
"_release": "1.4.212",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.211",
|
||||
"commit": "4bf945b7b673c846bcef7420c15e95a88adf941f"
|
||||
"tag": "1.4.212",
|
||||
"commit": "45cf1768cae1cc5bf3761a7154c429dffbd78378"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.1",
|
||||
|
||||
@@ -81,6 +81,11 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
|
||||
return 'ca';
|
||||
}
|
||||
|
||||
// normalize Swedish
|
||||
if (lower == 'sv-se') {
|
||||
return 'sv';
|
||||
}
|
||||
|
||||
return lower;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user