What's new
Configurable currency for the budget section
You can now choose your preferred currency in Settings → Budget.
Supported currencies: EUR, USD, GBP, SEK, NOK, DKK, CHF, PLN, CZK, HUF, JPY, AUD, CAD
The setting is stored household-wide — all family members see the same currency. All amounts and number formatting in the budget section adapt automatically.
Changes
GET /api/v1/preferencesnow returns acurrencyfieldPUT /api/v1/preferencesaccepts acurrencyfield (validated against the supported list)- Budget page loads the currency preference on render and uses it for all formatted amounts
- Settings page gains a new "Budget" section with a currency selector
- Locales updated: de, en, it
Closes #20