## What Add New Zealand Dollar (NZD) as a supported currency. ## Compatibility Conversion provider `@fawazahmed0/currency-api` covers NZD (standard ISO 4217). Conversion service lowercases codes and fetches `nzd.min.json` — same path AUD uses. `exchange_rates` table stores rates as JSON, so any 3-letter code works. Validation rules and Inertia currency props auto-derive from config via `CurrencyOptions`. ## Changes - `config/currencies.php` — NZD entry (`allows_primary` + `allows_account`) - `resources/js/utils/currency.ts` — `NZ$` symbol - `lang/es.json` — Spanish translation (name passes through `__()`) ## Tests Currency + translation suites pass. |
||
|---|---|---|
| .. | ||
| currency.test.ts | ||
| currency.ts | ||
| date.ts | ||
| i18n.ts | ||