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
@@ -60,12 +60,7 @@ export default {
chatwootWebChannel: { websiteToken },
authToken,
} = window;
popoutChatWindow(
origin,
websiteToken,
this.$root.$i18n.locale,
authToken
);
popoutChatWindow(origin, websiteToken, this.$i18n.locale, authToken);
},
closeWindow() {
if (IFrameHelper.isIFrame()) {
@@ -37,7 +37,7 @@ export default {
},
data() {
return {
locale: this.$root.$i18n.locale,
locale: this.$i18n.locale,
hasErrorInPhoneInput: false,
message: '',
formValues: {},