Skip to content

Fix language display names for RTL compatibility #933

Description

@AustinChangLinksys

Related Issue

  • linksys/LinksysWRT#379

Problem

When using RTL languages (e.g., Arabic), parentheses in language display names appear incorrectly due to a known Flutter SDK bidirectional text rendering issue.

Related Flutter issues:

Solution

Update language display names to use a dash instead of parentheses:

  • English (United States)English - United States
  • Español (España)Español - España
  • Español (Argentina)Español - Argentina
  • Français (France)Français - France
  • Français (Canada)Français - Canada

This workaround avoids the Flutter bidi algorithm issue with parentheses.

Metadata

Metadata

Labels

1.xLabeled for 1.x versionconfidence:mediumEvidence present but cross-layer or needs firmware confirmationtriagedAutomated diagnosis complete; root cause investigated (bug lane entry)

Type

Fields

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions