feat(currencies): add Hong Kong Dollar (HKD) (#688)

Adds HKD (Hong Kong Dollar) as a selectable currency for both users
(primary/display) and individual accounts, following
`docs/adding-a-currency.md`.

## Changes
- `config/currencies.php` — new entry with `allows_primary => true`,
`allows_account => true`
- `lang/es.json` — Spanish name ("Dólar de Hong Kong")
- `lang/fr.json` — French name ("Dollar de Hong Kong")

## Verification
- Provider covers `hkd` at a sane rate (EUR→HKD ≈ 8.99) via
`@fawazahmed0/currency-api`.
- No custom symbol added — `Intl.NumberFormat` renders "HK$" on its own
(symbol map is optional per the doc).
- Validation, dropdowns, and conversion all derive from config
automatically; no code changes needed.
This commit is contained in:
Víctor Falcón 2026-07-17 13:46:21 +02:00 committed by GitHub
parent 4cd7619791
commit 782ec2f2e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View File

@ -176,5 +176,11 @@ return [
'allows_primary' => true,
'allows_account' => true,
],
[
'code' => 'HKD',
'name' => 'Hong Kong Dollar',
'allows_primary' => true,
'allows_account' => true,
],
],
];

View File

@ -1551,6 +1551,7 @@
"Ghanaian Cedi": "Cedi ghanés",
"Swedish Krona": "Corona sueca",
"Guatemalan Quetzal": "Quetzal guatemalteco",
"Hong Kong Dollar": "Dólar de Hong Kong",
"Take control of your finances with privacy-first money tracking. Let's set up your account in just a few minutes.": "Toma el control de tus finanzas con un seguimiento privado de tu dinero. Vamos a configurar tu cuenta en pocos minutos.",
"Tap": "Toca",
"Tap the": "Toca el botón",

View File

@ -1503,6 +1503,7 @@
"Ghanaian Cedi": "Cedi ghanéen",
"Swedish Krona": "Couronne suédoise",
"Guatemalan Quetzal": "Quetzal guatémaltèque",
"Hong Kong Dollar": "Dollar de Hong Kong",
"Take control of your finances with privacy-first money tracking. Let's set up your account in just a few minutes.": "Prenez le contrôle de vos finances grâce au suivi de l'argent privé. Nous créerons votre compte dans quelques minutes.",
"Tap": "Touche",
"Tap the": "Touchez le bouton",