mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
Userland: Move files destined for LibLocale to the Locale namespace
This commit is contained in:
parent
88504b89e1
commit
ff48220dca
55 changed files with 720 additions and 716 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <LibUnicode/DateTimeFormat.h>
|
||||
#include <LibUnicode/Locale.h>
|
||||
|
||||
namespace Unicode {
|
||||
namespace Locale {
|
||||
|
||||
static bool is_key(StringView key)
|
||||
{
|
||||
|
@ -809,7 +809,7 @@ Optional<String> format_locale_for_display(StringView locale, LocaleID locale_id
|
|||
auto language_id = move(locale_id.language_id);
|
||||
VERIFY(language_id.language.has_value());
|
||||
|
||||
auto patterns = Unicode::get_locale_display_patterns(locale);
|
||||
auto patterns = get_locale_display_patterns(locale);
|
||||
if (!patterns.has_value())
|
||||
return {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue