Merge branch 'uat' of https://gitea.frp.extimaging.com/XCKJ/irc_web into uat
continuous-integration/drone/push Build is running

This commit is contained in:
2024-08-02 14:10:11 +08:00
+1 -1
View File
@@ -269,7 +269,7 @@ export default {
this.setLanguage("en");
this.$updateDictionary();
} else {
if (this.location === "USA") {
if (this.location === "USA" || this.NODE_ENV === "usa") {
this.$i18n.locale = "en";
this.setLanguage("en");
this.$updateDictionary();