mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibLocale: Remove compact currency patterns
These are no longer used by the Intl.NumberFormat implementation.
This commit is contained in:
parent
ca0d926036
commit
bb4eca2037
2 changed files with 1 additions and 15 deletions
|
@ -33,7 +33,6 @@ enum class CompactNumberFormatType : u8 {
|
|||
DecimalLong,
|
||||
DecimalShort,
|
||||
CurrencyUnit,
|
||||
CurrencyShort,
|
||||
};
|
||||
|
||||
struct NumberFormat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue