中英文

This commit is contained in:
2020-11-10 09:33:40 +08:00
parent 3874f6ab2e
commit 73eceefbf0
6 changed files with 48 additions and 17 deletions

View File

@@ -10,10 +10,10 @@ getset().then((res: any)=>{
en.shichangtishi = `Minimum ${res.lowerLimit} person, maximum ${res.numberCeiling} people`
zh.tixianzhu = `注:每笔提现收取${res.sxf}服务费,最低${ res.symbol + res.minmoney }`
en.tixianzhu = `Note: ${res.sxf} service fee will be charged for each withdrawal, with a minimum of ${ res.symbol + res.minmoney }`
const i18n = geti18n();
const loc = i18n.locale.value;
i18n.locale.value = '';
i18n.locale.value = loc;
// const i18n = geti18n();
// const loc = i18n.locale.value;
// i18n.locale.value = '';
// i18n.locale.value = loc;
console.log('i18n')
})