Ian Hickson
5fa8de05ee
l10n-related documentation improvements ( #133114 )
2023-08-24 21:54:56 +00:00
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
LouiseHsu
3f34b480c8
[Framework] Add Share to selection controls ( #132599 )
...
In native iOS, users are able to select text and initiate a share menu, which provides several standard services, such as copy, sharing to social media, direct ability to send to various contacts through messaging apps, etc.
https://github.com/flutter/engine/assets/36148254/d0af7034-31fd-412e-8636-a06bbff54765
This PR is the framework portion of the changes that will allow Share to be implemented.
The corresponding merged engine PR is [here](https://github.com/flutter/engine/pull/44554 )
This PR addresses https://github.com/flutter/flutter/issues/107578
More details are available in this [design doc](https://github.com/flutter/engine/pull/flutter.dev/go/add-missing-features-to-selection-controls )
2023-08-17 23:36:11 +00:00
Michael Goderbauer
14f9ed28d0
Analyze doc code snippets for all packages for which we publish docs ( #132607 )
...
Fixes TODO in the analyzer script :)
2023-08-16 22:24:48 +00:00
Tae Hyung Kim
fa88170a4f
Update material and cupertino localizations ( #131212 )
...
See title.
Fixes https://github.com/flutter/flutter/issues/130874 .
---------
Co-authored-by: Xilai Zhang <xilaizhang@google.com>
2023-08-09 10:05:27 -07:00
LouiseHsu
d9cb50e63d
[framework] Add Search Web to selection controls for iOS ( #131898 )
...
This PR adds framework support for the Search Web feature in iOS.
https://github.com/flutter/flutter/assets/36148254/c159f0d9-8f14-45e7-b295-e065b0826fab
The corresponding merged engine PR can be found [here](https://github.com/flutter/engine/pull/43324 ).
This PR addresses https://github.com/flutter/flutter/issues/82907
More details are available in this [design doc](https://docs.google.com/document/d/1QizXwBiO-2REIcEovl5pK06BaLPOWYmNwOE5jactJZA/edit?resourcekey=0-1pb9mJiAq29Gesmt25GAug )
2023-08-08 17:34:17 +00:00
LouiseHsu
f019789565
[framework] Add Look Up to selection controls for iOS ( #131798 )
...
This PR adds framework support for the Look Up feature in iOS.
https://github.com/flutter/flutter/assets/36148254/d301df79-4e23-454f-8742-2f8e39c2960c
The corresponding merged engine PR can be found [here](https://github.com/flutter/engine/pull/43308 ).
This PR addresses https://github.com/flutter/flutter/issues/82907
More details are available in this [design doc.](flutter.dev/go/add-missing-features-to-selection-controls)
This is the same PR as https://github.com/flutter/flutter/pull/130532 , this is an attempt to fix the Google Testing issue
2023-08-02 20:20:39 +00:00
Greg Spencer
258382c594
Add menu dismiss localization ( #128613 )
...
## 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
2023-07-19 22:48:40 +00:00
Bruno Leroux
ef312048e5
Fix finish translation for tab labels ( #130333 )
...
## Description
This PR update the finnish translations for tab label.
## Related Issue
fixes https://github.com/flutter/flutter/issues/110451
## Tests
Adds 2 tests.
2023-07-14 15:04:40 +00:00
Tae Hyung Kim
bd18e78c9c
Fix timeOfDayFormat
for Danish ( #130437 )
...
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 .
2023-07-13 16:46:49 -07:00
luckysmg
e0ad12969f
[framework] Add textField OCR support for framework side ( #96637 )
...
iOS OCR keyboard input support.
2023-07-06 08:51:06 -07:00
Tomasz Gucio
2520838afb
Fixes in Cupertino translations ( #127872 )
2023-06-01 11:17:36 +02:00
chunhtai
5764404f5c
fix localization typo for expansionTileExpandedHint ( #125212 )
...
as title
2023-04-20 18:23:06 +00:00
Justin McCandless
8abeefef91
Localize the 'No Replacements Found' spell check string ( #124259 )
...
Localize the 'No Replacements Found' spell check string
2023-04-12 22:15:05 +00:00
Nabeel Parkar
6d01ae1377
Bug report 2 issue template ( #122385 )
...
Bug report 2 issue template
2023-04-12 11:06:16 +00:00
Tae Hyung Kim
c0c5901c0b
Fix gen_date_localizations script and regenerate ( #124547 )
...
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.
2023-04-11 16:54:54 -07:00
chunhtai
f662f2efe8
ExpansionTile audit ( #124281 )
...
ExpansionTile audit
2023-04-10 20:22:54 +00:00
Xilai Zhang
e749db6f91
Revert "Refactor reorderable list semantics" ( #124368 )
...
Revert "Refactor reorderable list semantics"
2023-04-07 01:46:06 +00:00
chunhtai
94327e7aa8
Refactor reorderable list semantics ( #123263 )
...
Refactor reorderable list semantics
2023-04-06 22:01:03 +00:00
chunhtai
9e4b5fb7d9
Adds i18n to widget layer ( #123620 )
...
Adds i18n to widget layer
2023-04-04 22:57:35 +00:00
godofredoc
89caeebd10
Update localizations. ( #124099 )
2023-04-04 09:00:17 -07:00
Tae Hyung Kim
fb6e83a6fd
Add Welsh to Material Flutter (and update some other translations) ( #124094 )
...
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 .
2023-04-03 21:36:04 -07:00
Zachary Anderson
10587456a5
Revert "Add Welsh to Material Flutter (and update some other translations)" ( #124088 )
...
Revert "Add Welsh to Material Flutter (and update some other translations)"
2023-04-04 01:59:40 +00:00
Tae Hyung Kim
b3146897f2
Add Welsh to Material Flutter (and update some other translations) ( #123575 )
...
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 .
2023-04-03 17:55:37 -07:00
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