Merge branch 'uat' of https://gitea.frp.extimaging.com/XCKJ/irc_web into uat
continuous-integration/drone/push Build is running
continuous-integration/drone/push Build is running
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user