中英文
This commit is contained in:
@@ -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')
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user