国际化问题修改
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
ea413ffe0b
commit
ce1bd2df25
|
@ -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