Date picker special labeling for currentDate with localization and te… (#116433)
* Date picker special labeling for currentDate with localization and tests.
* Updated CalendarDatePicker semantics test
* removed recursive import
* changed labeling for current date to be less verbose
diff --git a/packages/flutter_localizations/lib/src/l10n/material_az.arb b/packages/flutter_localizations/lib/src/l10n/material_az.arb
index 5440021..b7d1c9f 100644
--- a/packages/flutter_localizations/lib/src/l10n/material_az.arb
+++ b/packages/flutter_localizations/lib/src/l10n/material_az.arb
@@ -128,5 +128,6 @@
"keyboardKeySpace": "Boşluq",
"keyboardKeyMetaMacOs": "Əmr",
"keyboardKeyMetaWindows": "Win",
- "menuBarMenuLabel": "Menyu paneli menyusu"
+ "menuBarMenuLabel": "Menyu paneli menyusu",
+ "currentDateLabel": "Date of today"
}