Skip to content

Wrong dateHelpText in MaterialLocalizationIt - flutter_localizations #156954

@gianlucagiorgolo

Description

@gianlucagiorgolo

Steps to reproduce

The current value for dataHelpText used in MaterialLocalizationIt is "mm/gg/aaaa" but it should be "gg/mm/aaaa", as the standard order for dates in Italian is day/month/year (giorno/mese/anno in Italian)

Expected results

String get dateHelpText => gg/mm/aaaa';`

Actual results

String get dateHelpText => 'mm/gg/aaaa';

Code sample

Permalink to the line of code: https://github.com/flutter/flutter/blob/2430f00a01a72c6d80085e1afdf179374e06355f/packages/flutter_localizations/lib/src/l10n/generated_material_localizations.dart#L21192

Screenshots or Video

Screenshots / Video demonstration

[Upload media here]

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Not applicable

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: internationalizationSupporting other languages or locales. (aka i18n)frameworkflutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamtriaged-designTriaged by Design Languages team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions