mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:45:07 +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
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <LibUnicode/RelativeTimeFormat.h>
|
||||
|
||||
namespace Unicode {
|
||||
namespace Locale {
|
||||
|
||||
Optional<TimeUnit> time_unit_from_string(StringView time_unit)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue