feat(FN-199): add i18n keys for trust copy, payment trust, daysLeft (+2 more)
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged: - feat(FN-199): complete Step 3 — add Clock and CreditCard to lucide-react imports - feat(FN-199): complete Step 2 — replace hardcoded gün kaldı with i18n key - feat(FN-199): complete Step 1 — add i18n keys for trust copy, payment trust, daysLeft Files changed: apps/web/src/messages/en.json | 9 ++++++++- apps/web/src/messages/tr.json | 9 ++++++++- apps/web/src/routes/dashboard/subscription/index.tsx | 4 +++- 3 files changed, 19 insertions(+), 3 deletions(-) Fusion-Task-Id: FN-199
This commit is contained in:
@@ -27,6 +27,8 @@ import {
|
||||
ArrowRight,
|
||||
Check,
|
||||
CheckCircle2,
|
||||
Clock,
|
||||
CreditCard,
|
||||
Crown,
|
||||
Loader2,
|
||||
ShieldCheck,
|
||||
@@ -494,7 +496,7 @@ function SubscriptionPage() {
|
||||
(1000 * 60 * 60 * 24),
|
||||
),
|
||||
);
|
||||
return `${days} gün kaldı`;
|
||||
return t("subscription.daysLeft", { days });
|
||||
})()}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user