mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
LibUnicode: Generate a list of available plural categories per locale
Separate lists are generated for cardinal and ordinal form.
This commit is contained in:
parent
ea78bac36d
commit
8aeacccd82
3 changed files with 52 additions and 0 deletions
|
@ -61,5 +61,6 @@ Optional<PluralCategory> plural_category_from_string(StringView category);
|
|||
StringView plural_category_to_string(PluralCategory category);
|
||||
|
||||
PluralCategory determine_plural_category(StringView locale, PluralForm form, PluralOperands operands);
|
||||
Span<PluralCategory const> available_plural_categories(StringView locale, PluralForm form);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue