Browse Source

海拉中英文

master_hella_20240701
yufei0306 6 months ago
parent
commit
91d57344bb
  1. 2
      src/locales/en-US.ts
  2. 2
      src/main.ts

2
src/locales/en-US.ts

@ -1086,7 +1086,7 @@ export default {
:'Check the quality inspection report', :'Check the quality inspection report',
:'ChangChun', :'ChangChun',
:'ChengDu', :'ChengDu',
:'HELLR Smart Factory Management Platform', :'HELLA Smart Factory Management Platform',
:'Purchase unreceived record', :'Purchase unreceived record',
:'Please select the desired shipment tracking number', :'Please select the desired shipment tracking number',
:'Not more in size', :'Not more in size',

2
src/main.ts

@ -74,7 +74,7 @@ const setupAll = async () => {
// 多语言相关 // 多语言相关
const localeStore = useLocaleStore() const localeStore = useLocaleStore()
if(localeStore&&localeStore.currentLocale&&localeStore.currentLocale.lang.indexOf('en')>-1&&document.querySelector('#app-loading-title')){ if(localeStore&&localeStore.currentLocale&&localeStore.currentLocale.lang.indexOf('en')>-1&&document.querySelector('#app-loading-title')){
document.querySelector('#app-loading-title').innerHTML = 'HELLR Smart Factory Management Platform' // 富维海拉智慧工厂管理平台 document.querySelector('#app-loading-title').innerHTML = 'HELLA Smart Factory Management Platform' // 富维海拉智慧工厂管理平台
} }
setupAll() setupAll()

Loading…
Cancel
Save