Skip to content

Add dir/lang member on dictionaries whose content is displayed in browser UI #327

@marcoscaceres

Description

@marcoscaceres

As we can't mark-up the labels in dictionaries (using HTML), we might need to add dir ("ltr" and "rtl") members on dictionaries that contain things that are displayed to the end-user (defaulting to "ltr" when missing). So:

[
  displayItems: [{
    label: "البند الخاص (للبيع!)",
    dir: "rtl",
    lang: "ar-AE",
    amount: { },
  }]
]

Have the i18n folks looked at this API? They will likely ask us to add that. We might also need lang.

cc @r12a.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions