Userland: Move files destined for LibLocale to the Locale namespace

This commit is contained in:
Timothy Flynn 2022-09-02 12:01:10 -04:00 committed by Tim Flynn
commit ff48220dca
Notes: sideshowbarker 2024-07-17 07:30:06 +09:00
55 changed files with 720 additions and 716 deletions

View file

@ -6,7 +6,7 @@
#include <LibUnicode/PluralRules.h>
namespace Unicode {
namespace Locale {
PluralForm plural_form_from_string(StringView plural_form)
{