mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
LibUnicode: Parse and generate compact currency formatting rules
This commit is contained in:
parent
604a596c90
commit
4317a1b552
2 changed files with 18 additions and 1 deletions
|
@ -81,6 +81,7 @@ struct LocaleID {
|
|||
enum class CompactNumberFormatType : u8 {
|
||||
DecimalLong,
|
||||
DecimalShort,
|
||||
CurrencyShort,
|
||||
};
|
||||
|
||||
struct NumberFormat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue