Skip to content

Implement locale-aware formatting for dates and amounts#1043

Open
sitarua wants to merge 1 commit into
rohitdash08:mainfrom
sitarua:codex/finmind-131-locale-formatting
Open

Implement locale-aware formatting for dates and amounts#1043
sitarua wants to merge 1 commit into
rohitdash08:mainfrom
sitarua:codex/finmind-131-locale-formatting

Conversation

@sitarua
Copy link
Copy Markdown

@sitarua sitarua commented May 14, 2026

Closes #131

Summary

  • centralize browser-locale formatting helpers for money, plain numbers, percentages, and dates
  • replace hard-coded dollar/date/percent formatting in dashboard, bills, budgets, reminders, and chart tooltips
  • document the shared formatting helpers and add focused formatter tests

Tests

  • npm test -- --runTestsByPath src/__tests__/currency.test.ts
  • npm run build

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Locale-aware date, currency & number formatting

1 participant