Merge branch 'uat' of https://gitea.frp.extimaging.com/XCKJ/irc_web into uat
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
commit
23c0e4e675
|
@ -269,7 +269,7 @@ export default {
|
||||||
this.setLanguage("en");
|
this.setLanguage("en");
|
||||||
this.$updateDictionary();
|
this.$updateDictionary();
|
||||||
} else {
|
} else {
|
||||||
if (this.location === "USA") {
|
if (this.location === "USA" || this.NODE_ENV === "usa") {
|
||||||
this.$i18n.locale = "en";
|
this.$i18n.locale = "en";
|
||||||
this.setLanguage("en");
|
this.setLanguage("en");
|
||||||
this.$updateDictionary();
|
this.$updateDictionary();
|
||||||
|
|
Loading…
Reference in New Issue