mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
beae29d407
commit
b0d117ad5b
16 changed files with 800 additions and 382 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue