Xilai Zhang
153fce4d45
Revert "Fix ExpansionTile
hint for Android ( #120881 )" ( #121624 )
...
This reverts commit fd65fd1b16
.
2023-02-28 13:15:47 -08:00
Skandar Munir
681b72c304
fixes Show Week Day in CupertinoDatePicker with CupertinoDatePickerMo… ( #120052 )
...
fixes Show Week Day in CupertinoDatePicker with CupertinoDatePickerMoâ¦
2023-02-28 01:52:51 +00:00
Taha Tesser
fd65fd1b16
Fix ExpansionTile
hint for Android ( #120881 )
...
Fix `ExpansionTile` double tap to collapse/expanded and expanded/collapsed states semantics announcements
2023-02-27 18:40:17 +00:00
Michael Goderbauer
a63e19ba0f
Remove unnecessary null checks in flutter_localizations ( #118863 )
2023-01-23 19:26:07 +00:00
Tae Hyung Kim
b13f83a2ba
Fix Finnish TimeOfDate format ( #118204 )
...
* init
* add test
2023-01-10 17:41:54 -08:00
harperl-lgtm
7f7a8778d8
Implemented Scrim Focus for BottomSheet ( #116743 )
...
* 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.
2022-12-20 10:02:22 -05:00
Greg Spencer
ecf9b2d20a
Update localization of shortcut labels in menus ( #116681 )
...
* Fix Menu shortcut labels
* Remove invalid localizations
* Add more localization for Shift
* Add generated localizations
* Fix Test
2022-12-16 19:57:17 +00:00
harperl-lgtm
a570fd25d8
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
2022-12-07 09:21:44 -05:00
Tae Hyung Kim
700de09fd5
Change button and label text to sentence case for Material 3 ( #115187 )
...
* init
* upper case only when material 2
* fix test
* fix test
* fix tests again
* Add all tests
* analyze"
* fix stepper
2022-11-15 20:57:09 +00:00
Tae Hyung Kim
e3b851a634
Fix Tamil DateTime representation of AM/PM ( #108185 )
...
* init
* testS
* init
* accidentally committed wrong file
2022-07-25 11:33:06 -07:00
godofredoc
fb5ad6e8a7
Update localizations for flutter. ( #106759 )
2022-06-29 18:24:05 +00:00
Nils Reichardt
64db621980
Remove new
keyword in a few files ( #104438 )
2022-06-06 16:08:06 -07:00
Pierre-Louis
74cfc3db67
Use curly_braces_in_flow_control_structures
for non-flutter
packages ( #104629 )
...
* 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
2022-05-25 20:01:11 +02:00
Pierre-Louis
9a35b569b9
Use correct time separator for Indonesian locale ( #104070 )
...
* Update material_id.arb
* Update README.md
* Update generated_material_localizations.dart
* Update README.md
* remove trailing whitespace
2022-05-19 11:24:19 +02:00
Greg Spencer
6504f2896c
Adds menuBarMenuLabel
, and removes unneeded key localizations ( #102100 )
...
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.
2022-05-09 09:25:52 -07:00
Jonah Williams
29d814b700
[intl] speed up localization generation and regenerate symbols ( #102614 )
2022-04-27 11:14:05 -07:00
Kate Lovett
ff5e27f0fc
Remove deprecated FlatButton ( #98545 )
2022-04-11 16:22:47 -05:00
godofredoc
23b9d4f1f2
Roll i10n localizations. ( #101310 )
2022-04-04 16:55:26 -07:00
Michael Goderbauer
d021509141
migrate generated i18n code to super params ( #101065 )
2022-03-30 12:20:14 -07:00
Greg Spencer
940986e00a
Add material localizations for keyboard keys used for shortcut descriptions in menus. ( #99020 )
...
This change adds some localizations for keyboard keys that will be used in creating shortcut descriptions in menus.
2022-03-02 18:56:47 -08:00
godofredoc
f729043cb2
Update flutter localizations. ( #92923 )
2021-11-02 16:08:06 -07:00
Konstantin Scheglov
ac88d4ba5d
Fix avoid_renaming_method_parameters for pending analyzer change. ( #85482 )
2021-10-08 08:58:05 -07:00
Todd Volkert
a2e33dec7c
l10n updates for August beta ( #88328 )
2021-08-16 22:51:16 -07:00
greymag
f8d73be84c
Remove stripping scriptCodes for localization. ( #83903 )
2021-06-16 13:39:05 -07:00
Alexandre Ardhuin
e467018d06
alignment of doc comments and annotations ( #84256 )
2021-06-09 07:54:02 -07:00
Ray Rischpater, KF6GPE
dcd8957bea
l10n updates for June beta ( #83826 )
...
Co-authored-by: Shi Hao Hong <shihaohong94@gmail.com>
2021-06-02 14:33:49 -07:00
Anis Alibegić
c99ed373b3
Fixed large amount of spelling errors ( #83744 )
2021-06-02 10:14:06 -07:00
Alexandre Ardhuin
34059eec2c
enable lint prefer_interpolation_to_compose_strings ( #83407 )
2021-06-01 11:14:06 -07:00
Phil Quitslund
9c0270d960
sort directives ( #80901 )
2021-04-22 10:14:02 -07:00
Ray Rischpater, KF6GPE
2c9062c43a
l10n updates ( #80541 )
2021-04-16 11:09:02 -07:00
Shi-Hao Hong
7a88eb97ea
Typo fixes ( #78755 )
2021-03-23 09:23:43 +08:00
Jan Lübeck
9c434c8260
Adds First/Last buttons to PaginatedDataTable ( #73964 )
2021-02-01 18:06:06 -08:00
Shi-Hao Hong
c17be7194e
Update localizations ( #74635 )
2021-01-25 14:46:07 -08:00
Michael Goderbauer
5d1306e7ab
Update outdated links ( #73514 )
2021-01-07 16:28:12 -08:00
Darren Austin
1c7e34bb20
Migrate flutter_localizations to null safety. ( #68645 )
...
Migrate flutter_localizations to null safety.
2020-11-12 15:13:51 -08:00
xster
aac980baac
Update cupertino and material translations ( #70157 )
2020-11-10 20:56:06 -08:00
Danny Lin
62741337b8
Fix links to GitHub bug template ( #68374 )
2020-10-28 17:42:05 -07:00
Daniel Edrisian
e818c47059
Added CupertinoSearchTextField ( #68074 )
2020-10-27 06:37:03 -07:00
Alexandre Ardhuin
17cdf5559d
enable unnecessary_string_escapes and use_raw_strings ( #68302 ) ( #69025 )
2020-10-26 12:42:05 -07:00
Zachary Anderson
cbcd1321ed
Revert "enable unnecessary_string_escapes and use_raw_strings ( #68302 )" ( #68714 )
...
This reverts commit ae06c19a37
.
2020-10-21 08:16:13 -07:00
Alexandre Ardhuin
ae06c19a37
enable unnecessary_string_escapes and use_raw_strings ( #68302 )
2020-10-21 16:34:24 +02:00
Shi-Hao Hong
244f5ab598
Expose date symbols and patterns for en_US in framework ( #67900 )
...
* Expose date symbols and patterns for en_US in framework
2020-10-13 07:56:10 +08:00
YeungKC
db25441fd9
Update the cupertino picker visuals ( #65501 )
2020-10-07 13:12:12 -07:00
Shi-Hao Hong
8ed0ac5331
Update localizations ( #65993 )
2020-09-23 07:17:02 -07:00
Michael R Fairhurst
7f3c9b6bda
Remove unused 'dart:async' imports. ( #65568 )
2020-09-16 14:14:06 -07:00
Shi-Hao Hong
c36b75e45b
Remove Special Handling of Norwegian Locales ( #63034 )
...
* Regenerate _no.arb and _nb.arb from scratch
* Revert no <--> nb synonym logic
2020-08-12 07:29:17 +08:00
Nolan Scobie
43c1b34cf5
Add punctuation for unterminated sentences in doc comments ( #62755 )
...
* Add punctuation for unterminated sentences in doc comments
* Addressing review nit
2020-08-06 19:18:52 -04:00
Shi-Hao Hong
bd3a4cc517
Update to the latest localizations ( #63026 )
2020-08-05 19:41:04 -07:00
Michael Goderbauer
395510134c
Random unresolved doc reference fixes I missed before ( #62582 )
2020-07-30 12:01:04 -07:00
Michael Goderbauer
f4e10b4fb5
Make dartdoc warnings fatal (& cleanup of warnings) ( #62367 )
2020-07-28 16:11:04 -07:00