Fix locale switching
This commit is contained in:
parent
620f3e435c
commit
82012d78c3
|
@ -85,5 +85,5 @@ export const setLanguagePack = async pack => {
|
|||
|
||||
// Load the pack if not already loaded, and set it as active
|
||||
await loadLanguagePack(pack);
|
||||
i18n.locale = pack;
|
||||
i18n.global.locale = pack;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue