mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 13:12:56 +00:00
LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folder
They are still included into LibUnicode, but this moves their generated location to be under LibLocale.
This commit is contained in:
parent
fc8bf7ac3e
commit
1e0276f541
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/trflynn89
Commit: 1e0276f541
Pull-request: https://github.com/SerenityOS/serenity/pull/15096
Reviewed-by: https://github.com/linusg ✅
10 changed files with 30 additions and 33 deletions
|
@ -686,8 +686,8 @@ enum class @name@ : @underlying@ {)~~~");
|
|||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <LibLocale/LocaleData.h>
|
||||
#include <LibUnicode/Forward.h>
|
||||
#include <LibUnicode/LocaleData.h>
|
||||
|
||||
namespace Unicode {
|
||||
)~~~");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue