feat: internationalize various components and views with i18n translations
This commit is contained in:
@@ -33,7 +33,7 @@ function validate(value: string) {
|
||||
|
||||
async function onSubmit() {
|
||||
const loading = await loadingController.create({
|
||||
message: "提交中...",
|
||||
message: t("recharge.fiat.submitting"),
|
||||
});
|
||||
await loading.present();
|
||||
await safeClient(client.api.deposit.fiat.post(form.value)).finally(async () => {
|
||||
|
||||
Reference in New Issue
Block a user