-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)c: crashStack traces logged to the consoleStack traces logged to the consolec: regressionIt was better in the past than it is nowIt was better in the past than it is nowframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.from: chinaIssues from the Flutter China communityIssues from the Flutter China communityplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issuetoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
In flutter 3.3.10,everything is fine.
Since upgrading to 3.7.0,flutter gen-l10n throws "found syntax errors" exception.
app_en.arb:
{
"helloWorld": "Hello World!",
"@helloworld": {
"description": "The conventional newborn programmer greeting"
}
}
app_es.arb:
{
"helloWorld": "¡Hola Mundo!"
}
Metadata
Metadata
Assignees
Labels
a: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)c: crashStack traces logged to the consoleStack traces logged to the consolec: regressionIt was better in the past than it is nowIt was better in the past than it is nowframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.from: chinaIssues from the Flutter China communityIssues from the Flutter China communityplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issuetoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.