mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 01:11:07 +00:00
LibUnicode: Parse Unicode CLDR currencies and generate locale mappings
This commit is contained in:
parent
297db925fc
commit
8b93d51212
Notes:
sideshowbarker
2024-07-18 05:13:40 +09:00
Author: https://github.com/trflynn89
Commit: 8b93d51212
Pull-request: https://github.com/SerenityOS/serenity/pull/9622
Reviewed-by: https://github.com/linusg
3 changed files with 70 additions and 9 deletions
|
@ -43,5 +43,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);
|
||||
Optional<StringView> get_locale_currency_mapping(StringView locale, StringView currency);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue