-
Notifications
You must be signed in to change notification settings - Fork 13
Localized dates, numbers, and XLM formatting #71
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasfrontendFrontend implementation workFrontend implementation worki18nInternationalization and localization workInternationalization and localization work
Description
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasfrontendFrontend implementation workFrontend implementation worki18nInternationalization and localization workInternationalization and localization work
Why this matters
Translation alone is not enough if numbers and dates still look native-only.
Problem
Balances and timestamps do not always reflect locale conventions.
Scope
Setup Steps
npm installat the repo root.npm run devand compare the same screen in different locales.npm run buildto confirm formatting changes do not break the app.File Paths
Implementation guidance
Acceptance criteria
Validation
PR requirements
Closes #71.Complexity