You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently added "Urdu" language in #832 breaks localization generation and possibility to modify existing or adding new languages.
To Reproduce
Steps to reproduce the behavior:
Run flutter gen-l10n command
See error below:
The arb file your_path/fluent_ui/lib/l10n/intl_ur.arb has the following formatting issue:
FormatException: Control character in string (at line 5, character 29)
"searchLabel": "تلاش کریں,
Expected behavior
Can ran flutter gen-l10n command without issues to generate Dart localization files.
Additional context
The "searchLabel" value is not properly closed - see
Describe the bug
Recently added "Urdu" language in #832 breaks localization generation and possibility to modify existing or adding new languages.
To Reproduce
Steps to reproduce the behavior:
flutter gen-l10n
commandExpected behavior
Can ran
flutter gen-l10n
command without issues to generate Dart localization files.Additional context
The
"searchLabel"
value is not properly closed - seefluent_ui/lib/l10n/intl_ur.arb
Line 5 in b7d453e
Then, also generated
fluent_localizations_ur.dart
file contains english values, instead of translated ones - see:fluent_ui/lib/l10n/generated/fluent_localizations_ur.dart
Line 14 in b7d453e
The text was updated successfully, but these errors were encountered: