IRC国际化替换
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
83bf082c43
commit
e27705eb22
|
@ -310,6 +310,11 @@ async function VueInit() {
|
||||||
text = text.replace(test, item.TrialName)
|
text = text.replace(test, item.TrialName)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
let CompanyInfo = JSON.parse(localStorage.getItem('CompanyInfo'))
|
||||||
|
if(CompanyInfo&&CompanyInfo.SystemShortName){
|
||||||
|
let test = new RegExp('IRC', 'ig')
|
||||||
|
text = text.replace(test, 'LILI')
|
||||||
|
}
|
||||||
// return i18n.t(key)
|
// return i18n.t(key)
|
||||||
return text;
|
return text;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue