-
Notifications
You must be signed in to change notification settings - Fork 20
Translation QA for long strings and mobile overflow #72
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 workmobileMobile user experience and compatibilityMobile user experience and compatibilitytestingTests, CI and E2ETests, CI and E2E
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 workmobileMobile user experience and compatibilityMobile user experience and compatibilitytestingTests, CI and E2ETests, CI and E2E
Why this matters
Some languages break layout even when the translation itself is correct.
Problem
Long localized strings can clip buttons and cards on narrow widths.
Scope
Setup Steps
npm installat the repo root.npm run devat a mobile-sized viewport.npm run buildto confirm the layout fix does not break compilation.File Paths
Implementation guidance
Acceptance criteria
Validation
PR requirements
Closes #72.Complexity