flutter/packages/flutter_localizations/test
Andrey Suvorov 1cfba2620a
fixes l10n for CupertinoDatePicker in monthYear mode (#130934)
This PR fixes l10n issue when months names are being used in incorrect form in CupertinoDatePicker in CupertinoDatePickerMode.yearMonth (#130930).

The idea of this proposal is to add an optional parameter `standalone` for `CupertinoLocalizations.datePickerMonth` to be able to choose when to use months names in base form (intl DateSymbols.STANDALONEMONTHS) and when in day-dependent form (intl DateSymbols.MONTHS)

<details>
<summary>Before</summary>

<img width="366" alt="image" src="https://github.com/flutter/flutter/assets/32621121/1dd54fa7-6dd9-4053-889b-57134c145432">

<img width="387" alt="image" src="https://github.com/flutter/flutter/assets/32621121/c176070e-73e4-49d3-883b-ba31eca6d1d7">

</details>

<details>
<summary>After</summary>

<img width="369" alt="image" src="https://github.com/flutter/flutter/assets/32621121/255594f1-219d-4bd4-9b75-1012912f8ab0">

<img width="378" alt="image" src="https://github.com/flutter/flutter/assets/32621121/16bbb41f-3f62-4446-bf41-e27140b649a9">

</details>
2023-08-18 16:38:54 +00:00
..
cupertino fixes l10n for CupertinoDatePicker in monthYear mode (#130934) 2023-08-18 16:38:54 +00:00
material Fix finish translation for tab labels (#130333) 2023-07-14 15:04:40 +00:00
widgets Remove dead code (#126266) 2023-05-09 15:47:16 +00:00
basics_test.dart Updated flutter_localizations tests for Material3; (#128521) 2023-06-09 17:11:23 +00:00
override_test.dart Use FlutterError.reportError instead of debugPrint for l10n warning (#93076) 2021-11-30 17:24:05 -08:00
test_utils.dart Use curly_braces_in_flow_control_structures for non-flutter packages (#104629) 2022-05-25 20:01:11 +02:00
text_test.dart Making TextPainter rounding hack disabled by default (#132094) 2023-08-10 00:30:52 +00:00
widgets_test.dart Use curly_braces_in_flow_control_structures for non-flutter packages (#104629) 2022-05-25 20:01:11 +02:00