chore: try i18n

This commit is contained in:
Shivam Mishra
2024-10-08 15:20:35 +05:30
parent 47b9399208
commit 412303d1cd
7 changed files with 9 additions and 14 deletions
+2 -2
View File
@@ -132,9 +132,9 @@ export default {
);
if (hasLocaleWithVariation) {
this.$root.$i18n.locale = localeWithVariation;
this.$i18n.locale = localeWithVariation;
} else if (hasLocaleWithoutVariation) {
this.$root.$i18n.locale = localeWithoutVariation;
this.$i18n.locale = localeWithoutVariation;
}
},
registerUnreadEvents() {