fix(i18n): prepare for Lokalise

This commit is contained in:
Michael Zetterberg
2025-01-13 16:38:18 +01:00
parent bcae63e3fc
commit dd71ff8fa7
21 changed files with 78 additions and 58 deletions

View File

@@ -39,7 +39,7 @@ export default async function MembershipCardSlot({
</Subtitle>
<span>
{intl.formatMessage(
{ id: "Current Points {points, number}" },
{ id: "Current Points: {points, number}" },
{ points: card.currentPoints }
)}
</span>