1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-03-25 12:35:19 -04:00
parent beae29d407
commit b0d117ad5b
16 changed files with 800 additions and 382 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.89",
"_release": "1.1.89",
"version": "1.1.90",
"_release": "1.1.90",
"_resolution": {
"type": "version",
"tag": "1.1.89",
"commit": "63bd5720079d9ba97f1288c37e5f0180b0ebcdfb"
"tag": "1.1.90",
"commit": "9e93842e8a97af43376a73089a4a0a87c18c0e6b"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.1.5",

View file

@ -75,7 +75,13 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
}
return culture.toLowerCase();
var lower = culture.toLowerCase();
if (lower == 'ca-es') {
return 'ca';
}
return lower;
}
function getDictionary(module) {