1
Fork 0
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:
Timothy Flynn 2021-10-25 12:25:48 -04:00 committed by Linus Groh
parent 604a596c90
commit 4317a1b552
2 changed files with 18 additions and 1 deletions

View file

@ -81,6 +81,7 @@ struct LocaleID {
enum class CompactNumberFormatType : u8 {
DecimalLong,
DecimalShort,
CurrencyShort,
};
struct NumberFormat {