## What Add the Ghanaian Cedi as a supported currency. ## Note on GHC vs GHS This was requested as "GHC". `GHC` is the **deprecated** pre-2007 code: the conversion provider (`@fawazahmed0/currency-api`) still exposes it, but its rate is scaled **×10 000** versus the modern cedi (≈113,749 GHC/USD vs ≈11.37 GHS/USD), because Ghana redenominated in 2007 (1 GHS = 10 000 GHC). Adding GHC would leave real-world balances inflated 10 000×. The current ISO 4217 code is **GHS**, which the provider covers at the correct rate — so we add GHS. ## Compatibility Provider covers `ghs` (standard ISO 4217). The conversion service lowercases codes and fetches `ghs.min.json` — same path RSD/NZD use. `exchange_rates` stores rates as JSON, so any 3-letter code works. Validation rules and Inertia currency props auto-derive from config. ## Changes - `config/currencies.php` — GHS entry (`allows_primary` + `allows_account`) - `lang/es.json` — Spanish translation - `lang/fr.json` — French translation Follows the RSD addition (#567) exactly; no code changes needed. |
||
|---|---|---|
| .. | ||
| en | ||
| es | ||
| fr | ||
| en.json | ||
| es.json | ||
| fr.json | ||