- 19 Jul, 2023 1 commit
-
-
Greg Spencer authored
## Description Modifies the semantic label for popup and context menus to be "Dismiss menu" instead of just "Dismiss". ## Related Issues - Fixes https://github.com/flutter/flutter/issues/118994 ## Tests - Updated tests
-
- 14 Jul, 2023 1 commit
-
-
Bruno Leroux authored
## Description This PR update the finnish translations for tab label. ## Related Issue fixes https://github.com/flutter/flutter/issues/110451 ## Tests Adds 2 tests.
-
- 13 Jul, 2023 1 commit
-
-
Tae Hyung Kim authored
See title. According to [CLDR](https://icu4c-demos.unicode.org/icu-bin/locexp?_=da_DK&d_=en&_l=da), proper time of day format should be `HH.mm`. Fixes https://github.com/flutter/flutter/issues/130234.
-
- 06 Jul, 2023 1 commit
-
-
luckysmg authored
iOS OCR keyboard input support.
-
- 01 Jun, 2023 1 commit
-
-
Tomasz Gucio authored
-
- 20 Apr, 2023 1 commit
-
-
chunhtai authored
as title
-
- 12 Apr, 2023 2 commits
-
-
Justin McCandless authored
Localize the 'No Replacements Found' spell check string
-
Nabeel Parkar authored
Bug report 2 issue template
-
- 11 Apr, 2023 1 commit
-
-
Tae Hyung Kim authored
Internal bug: b/256596915 Turns out we need to regenerate date localizations in order for the `intl` package to be setup properly within Flutter. This PR fixes the script (since it assumes the use of the old `.packages` way of handling packages), and regenerates the `generated_date_localizations.dart` file.
-
- 10 Apr, 2023 1 commit
-
-
chunhtai authored
ExpansionTile audit
-
- 07 Apr, 2023 1 commit
-
-
Xilai Zhang authored
Revert "Refactor reorderable list semantics"
-
- 06 Apr, 2023 1 commit
-
-
chunhtai authored
Refactor reorderable list semantics
-
- 04 Apr, 2023 5 commits
-
-
chunhtai authored
Adds i18n to widget layer
-
godofredoc authored
-
Tae Hyung Kim authored
Reverts flutter/flutter#124088 This PR should properly incorporate the new Welsh translations into Flutter (and maybe some other strings that seem to be updated in TC). I think the other translation changes come from this issue: https://github.com/flutter/flutter/issues/115181. Fixes https://github.com/flutter/flutter/issues/120124.
-
Zachary Anderson authored
Revert "Add Welsh to Material Flutter (and update some other translations)"
-
Tae Hyung Kim authored
This PR should properly incorporate the new Welsh translations into Flutter (and maybe some other strings that seem to be updated in TC). I think the other translation changes come from this issue: https://github.com/flutter/flutter/issues/115181. Fixes #120124.
-
- 28 Feb, 2023 2 commits
-
-
Xilai Zhang authored
This reverts commit fd65fd1b.
-
Skandar Munir authored
fixes Show Week Day in CupertinoDatePicker with CupertinoDatePickerMoâ¦
-
- 27 Feb, 2023 1 commit
-
-
Taha Tesser authored
Fix `ExpansionTile` double tap to collapse/expanded and expanded/collapsed states semantics announcements
-
- 23 Jan, 2023 1 commit
-
-
Michael Goderbauer authored
-
- 11 Jan, 2023 1 commit
-
-
Tae Hyung Kim authored
* init * add test
-
- 20 Dec, 2022 1 commit
-
-
harperl-lgtm authored
* Implemented Scrim Focus for BottomSheet so that assistive technology users can focus and tap on the scrim to close the BottomSheet, which they could not do before the change . The Scrim Focus's size changes to avoid overlapping the BottomSheet.
-
- 16 Dec, 2022 1 commit
-
-
Greg Spencer authored
* Fix Menu shortcut labels * Remove invalid localizations * Add more localization for Shift * Add generated localizations * Fix Test
-
- 07 Dec, 2022 1 commit
-
-
harperl-lgtm authored
* 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
-
- 15 Nov, 2022 1 commit
-
-
Tae Hyung Kim authored
* init * upper case only when material 2 * fix test * fix test * fix tests again * Add all tests * analyze" * fix stepper
-
- 25 Jul, 2022 1 commit
-
-
Tae Hyung Kim authored
* init * testS * init * accidentally committed wrong file
-
- 29 Jun, 2022 1 commit
-
-
godofredoc authored
-
- 06 Jun, 2022 1 commit
-
-
Nils Reichardt authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `packages/flutter_driver` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_goldens_client` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_localizations` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_test` * Use `curly_braces_in_flow_control_structures` for `packages/flutter_web_plugins` * fix comments * Use `curly_braces_in_flow_control_structures` for `packages/integration_test` * fix indentation
-
- 19 May, 2022 1 commit
-
-
Pierre-Louis authored
* Update material_id.arb * Update README.md * Update generated_material_localizations.dart * Update README.md * remove trailing whitespace
-
- 09 May, 2022 1 commit
-
-
Greg Spencer authored
When I added localizations for shortcut keys, I added some that actually can't be shortcut keys, so I'm removing them again. These are mostly Japanese-specific keys that don't even appear on modern keyboards for the most part. Also, added menuBarMenuLabel for an accessibility label for menu bar menus. I modified the code for the localization generation scripts to add a --remove-undefined flag that will remove any localizations that don't appear in the canonical locale.
-
- 27 Apr, 2022 1 commit
-
-
Jonah Williams authored
-
- 11 Apr, 2022 1 commit
-
-
Kate Lovett authored
-
- 04 Apr, 2022 1 commit
-
-
godofredoc authored
-
- 30 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 03 Mar, 2022 1 commit
-
-
Greg Spencer authored
This change adds some localizations for keyboard keys that will be used in creating shortcut descriptions in menus.
-
- 02 Nov, 2021 1 commit
-
-
godofredoc authored
-
- 08 Oct, 2021 1 commit
-
-
Konstantin Scheglov authored
-
- 17 Aug, 2021 1 commit
-
-
Todd Volkert authored
-