mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibUnicode: Parse and generate per-locale plural ranges
This commit is contained in:
parent
a718c62c01
commit
a337b059dd
Notes:
sideshowbarker
2024-07-17 09:29:20 +09:00
Author: https://github.com/trflynn89
Commit: a337b059dd
Pull-request: https://github.com/SerenityOS/serenity/pull/14557
Reviewed-by: https://github.com/linusg ✅
3 changed files with 113 additions and 11 deletions
|
@ -40,4 +40,9 @@ Span<PluralCategory const> __attribute__((weak)) available_plural_categories(Str
|
|||
return categories.span();
|
||||
}
|
||||
|
||||
PluralCategory __attribute__((weak)) determine_plural_range(StringView, PluralCategory, PluralCategory)
|
||||
{
|
||||
return PluralCategory::Other;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue