mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove duplicates from british language and add todo
This commit is contained in:
parent
4a69383765
commit
8a59ae79dc
3 changed files with 2 additions and 2235 deletions
|
@ -75,6 +75,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
|
|||
}
|
||||
|
||||
function normalizeLocaleName(culture) {
|
||||
// TODO remove normalizations
|
||||
culture = culture.replace('_', '-');
|
||||
|
||||
// convert de-DE to de
|
||||
|
@ -259,4 +260,4 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
|
|||
getCurrentDateTimeLocale: getCurrentDateTimeLocale,
|
||||
register: register
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue