feat: internationalize various components and views with i18n translations

This commit is contained in:
2026-01-14 04:24:44 +07:00
parent 0308c56555
commit 8b70c6a3e9
42 changed files with 251 additions and 210 deletions

View File

@@ -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 () => {