update shared components
This commit is contained in:
parent
3842bf80e6
commit
53c56dceb4
2 changed files with 9 additions and 4 deletions
|
@ -81,6 +81,11 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
|
|||
return 'ca';
|
||||
}
|
||||
|
||||
// normalize Swedish
|
||||
if (lower == 'sv-se') {
|
||||
return 'sv';
|
||||
}
|
||||
|
||||
return lower;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue