mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:35:06 +00:00
LibUnicode: Generate a list of available currencies
This commit is contained in:
parent
481ced53d8
commit
bb0f548614
3 changed files with 7 additions and 0 deletions
|
@ -203,4 +203,6 @@ Optional<CurrencyCode> get_currency_code(StringView currency)
|
|||
return currency_codes.get(currency);
|
||||
}
|
||||
|
||||
Span<StringView const> __attribute__((weak)) get_available_currencies() { return {}; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue