Skip to content

Localize Date and Currency Formatting in UI #619

Description

@Fatimasanusi

Asset prices and timestamps are currently hardcoded to USD ($) and US date formats (MM/DD/YYYY). We need to respect the user's browser locale for proper internationalization.

Acceptance Criteria:

  • Replace hardcoded currency symbols with Intl.NumberFormat for fiat equivalencies.
  • Use Intl.DateTimeFormat (or date-fns) to format order execution timestamps based on the user's locale.
  • Ensure formatting handles fallback gracefully if the locale is unrecognized.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions