mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
LibUnicode: Parse Unicode CLDR scripts and generate locale mappings
This commit is contained in:
parent
ca77a7c573
commit
0f02def3c2
3 changed files with 45 additions and 0 deletions
|
@ -42,5 +42,6 @@ bool is_locale_available(StringView locale);
|
|||
|
||||
Optional<StringView> get_locale_language_mapping(StringView locale, StringView language);
|
||||
Optional<StringView> get_locale_territory_mapping(StringView locale, StringView territory);
|
||||
Optional<StringView> get_locale_script_mapping(StringView locale, StringView script);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue