Language selection wasn't being written to local storage.
Updated submodule.
This commit is contained in:
parent
30ce95011a
commit
7f71e0d89b
4 changed files with 3 additions and 4 deletions
|
@ -296,6 +296,7 @@ function languageChanged(event) {
|
|||
utage.setTranslationLanguage(selectedLang, missionPath)
|
||||
.then((success) => {
|
||||
buildMissionSelectList();
|
||||
localStorage.setItem('language', selectedLang);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue