mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge pull request #3525 from jrsupplee/pull-3519
Set the language on `TAPi18n` when user selects language
This commit is contained in:
commit
207893fee8
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ Template.changeLanguagePopup.events({
|
|||
'profile.language': this.tag,
|
||||
},
|
||||
});
|
||||
TAPi18n.setLanguage(this.tag);
|
||||
event.preventDefault();
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue