-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Fix issue #156954: Wrong dateHelpText in MaterialLocalizationIt #161889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
By the way, for some reason, after signing the agreement in the welcome channel on your Discord server, I get kicked out after a few minutes. However, I can rejoin using the invite link, but the same thing happens again and again. I couldn’t find information in the documentation on who to contact about this, but since you’re the observer of Issue#156954 and also a team member, Kate, I decided to tag you. Perhaps you could also take a look at my first pull request? :) cc @Piinks |
@@ -21192,7 +21192,7 @@ class MaterialLocalizationIt extends GlobalMaterialLocalizations { | |||
String get cutButtonLabel => 'Taglia'; | |||
|
|||
@override | |||
String get dateHelpText => 'mm/gg/aaaa'; | |||
String get dateHelpText => 'gg/mm/aaaa'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the top of this file:
// This file has been automatically generated. Please do not edit it manually.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this change added manually, or by regenerating this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I generated it by dart dev/tools/localization/bin/gen_localizations.dart --overwrite
as it describes in this chapter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM:) Thanks for the fix!
56bf5fc
to
d41505d
Compare
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
…t - flutter_localizations
d41505d
to
781906d
Compare
Rebased to resolve an unrelated flaky golden file test. This should be able to land now. |
autosubmit label was removed for flutter/flutter/161889, because - The status or check suite Windows framework_tests_libraries has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Fix #156954
dataHelpText
used inMaterialLocalizationIt
from "mm/gg/aaaa" to "gg/mm/aaaa"Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.