update shared components

This commit is contained in:
Luke Pulverenti 2016-09-04 12:45:32 -04:00
parent 3842bf80e6
commit 53c56dceb4
2 changed files with 9 additions and 4 deletions

View file

@ -81,6 +81,11 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
return 'ca';
}
// normalize Swedish
if (lower == 'sv-se') {
return 'sv';
}
return lower;
}