1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:17:36 +00:00

LibUnicode: Parse and generate standard currency formatting rules

This commit is contained in:
Timothy Flynn 2021-11-10 09:54:11 -05:00 committed by Linus Groh
parent bffd73e0d4
commit 967afc1b84
2 changed files with 14 additions and 4 deletions

View file

@ -80,6 +80,7 @@ struct LocaleID {
enum class StandardNumberFormatType : u8 {
Decimal,
Currency,
Percent,
};