1
0
Fork 0
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:
dkanada 2019-01-23 01:52:20 +09:00
parent 4a69383765
commit 8a59ae79dc
3 changed files with 2 additions and 2235 deletions

View file

@ -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
};
});
});