go: upi translation

This commit is contained in:
Frank
2026-03-19 18:54:32 -04:00
parent 63585db6a7
commit 9a58c43ef4
18 changed files with 40 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ export function LiteSection() {
data-color="ghost"
onClick={() => setStore("showModal", true)}
>
<span>Other payment methods</span>
<span>{i18n.t("workspace.lite.promo.otherMethods")}</span>
<span data-slot="other-methods-icons">
<span> </span>
<IconAlipay style={{ width: "16px", height: "16px" }} />
@@ -317,7 +317,11 @@ export function LiteSection() {
</span>
</button>
</div>
<Modal open={store.showModal} onClose={() => setStore("showModal", false)} title="Select payment method">
<Modal
open={store.showModal}
onClose={() => setStore("showModal", false)}
title={i18n.t("workspace.lite.promo.selectMethod")}
>
<div data-slot="modal-actions">
<button
type="button"