mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat
The units data is in another CLDR package, cldr-units.
This commit is contained in:
parent
80493908d3
commit
cafb717486
Notes:
sideshowbarker
2024-07-18 01:04:02 +09:00
Author: https://github.com/trflynn89
Commit: cafb717486
Pull-request: https://github.com/SerenityOS/serenity/pull/10939
Reviewed-by: https://github.com/linusg ✅
5 changed files with 228 additions and 4 deletions
|
@ -20,6 +20,7 @@ enum class Locale : u16;
|
|||
enum class Property : u8;
|
||||
enum class Script : u8;
|
||||
enum class StandardNumberFormatType : u8;
|
||||
enum class Style : u8;
|
||||
enum class Territory : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue