Unverified Commit 77237c0e authored by Dan Field's avatar Dan Field Committed by GitHub

add missing entry to material_mr.arb (#24410)

* add missing entry to material_mr.arb
parent 78c5bb2a
......@@ -7826,6 +7826,9 @@ class MaterialLocalizationMr extends GlobalMaterialLocalizations {
@override
String get previousPageTooltip => r'मागील पृष्ठ';
@override
String get refreshIndicatorSemanticLabel => r'TBD';
@override
String get remainingTextFieldCharacterCountFew => null;
......
......@@ -51,5 +51,6 @@
"collapsedIconTapHint": "विस्तृत",
"remainingTextFieldCharacterCountZero": "कोणतेही वर्ण शिल्लक नाहीत",
"remainingTextFieldCharacterCountOne": "1 वर्ण उर्वरित",
"remainingTextFieldCharacterCountOther": "$remainingCount वर्ण उर्वरित"
"remainingTextFieldCharacterCountOther": "$remainingCount वर्ण उर्वरित",
"refreshIndicatorSemanticLabel": "TBD"
}
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