Merge pull request #3525 from jrsupplee/pull-3519

Set the language on `TAPi18n` when user selects language
This commit is contained in:
Lauri Ojansivu 2021-02-03 15:41:59 +02:00 committed by GitHub
commit 207893fee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,6 +213,7 @@ Template.changeLanguagePopup.events({
'profile.language': this.tag,
},
});
TAPi18n.setLanguage(this.tag);
event.preventDefault();
},
});