Unverified Commit db58c665 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Replace Intl.plural() with Intl.pluralLogic() in MaterialLocalizations (#20314)

parent 345d939e
......@@ -353,7 +353,7 @@ abstract class GlobalMaterialLocalizations implements MaterialLocalizations {
@override
String selectedRowCountTitle(int selectedRowCount) {
return intl.Intl.plural(
return intl.Intl.pluralLogic(
selectedRowCount,
zero: selectedRowCountTitleZero,
one: selectedRowCountTitleOne,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment