dart-lang / i18n

A general mono-repo for Dart i18n and l10n packages.
BSD 3-Clause "New" or "Revised" License
58 stars 34 forks source link

Invalid locale "se_SE" #818

Open meowofficial opened 3 months ago

meowofficial commented 3 months ago

I got this error in Crashlytics. The error occurred after attempt to format a price.

Stack Trace:

ArgumentError: Invalid argument(s): Invalid locale "se_SE"
  File "intl_helpers.dart", line 204, in _throwLocaleError
  File "intl_helpers.dart", line 198, in verifiedLocale
  File "number_format.dart", line 366, in new NumberFormat._forPattern
  File "number_format.dart", line 299, in new NumberFormat.currency

Package version: 0.18.1

mosuem commented 3 months ago

The Sami locale se is not supported by package:intl at the moment.