mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibUnicode: Parse and generate per-locale plural ranges
This commit is contained in:
committed by
Linus Groh
parent
a718c62c01
commit
a337b059dd
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user