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

@ -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) {