Fix locale switching

This commit is contained in:
MattIPv4
2022-02-28 22:40:34 +00:00
parent 620f3e435c
commit 82012d78c3

View File

@@ -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;
};