mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
LibUnicode: Use LibTimeZone's list of time zone names
LibUnicode no longer needs to generate a list of time zone names that it parsed from metaZones.json. We can defer to the TZDB for a golden list of time zones.
This commit is contained in:
parent
ca9123f66f
commit
498b741434
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/trflynn89
Commit: 498b741434
Pull-request: https://github.com/SerenityOS/serenity/pull/11699
Reviewed-by: https://github.com/linusg ✅
7 changed files with 27 additions and 28 deletions
|
@ -35,7 +35,6 @@ enum class ScriptTag : u8;
|
|||
enum class StandardNumberFormatType : u8;
|
||||
enum class Style : u8;
|
||||
enum class Territory : u8;
|
||||
enum class TimeZone : u16;
|
||||
enum class Weekday : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue