mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
Userland: Move files destined for LibLocale to the Locale namespace
This commit is contained in:
parent
88504b89e1
commit
ff48220dca
Notes:
sideshowbarker
2024-07-17 07:30:06 +09:00
Author: https://github.com/trflynn89
Commit: ff48220dca
Pull-request: https://github.com/SerenityOS/serenity/pull/15096
Reviewed-by: https://github.com/linusg ✅
55 changed files with 720 additions and 716 deletions
|
@ -33,9 +33,9 @@ public:
|
|||
Numeric,
|
||||
TwoDigit
|
||||
};
|
||||
static_assert(to_underlying(ValueStyle::Long) == to_underlying(Unicode::Style::Long));
|
||||
static_assert(to_underlying(ValueStyle::Short) == to_underlying(Unicode::Style::Short));
|
||||
static_assert(to_underlying(ValueStyle::Narrow) == to_underlying(Unicode::Style::Narrow));
|
||||
static_assert(to_underlying(ValueStyle::Long) == to_underlying(::Locale::Style::Long));
|
||||
static_assert(to_underlying(ValueStyle::Short) == to_underlying(::Locale::Style::Short));
|
||||
static_assert(to_underlying(ValueStyle::Narrow) == to_underlying(::Locale::Style::Narrow));
|
||||
|
||||
enum class Display {
|
||||
Auto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue