firebase / FirebaseUI-Flutter

Apache License 2.0
90 stars 79 forks source link

fix(ui_localizations): Add missing 'nb' language code to kSupportedLanguages #350

Closed Maztermo closed 3 weeks ago

Maztermo commented 1 month ago

Description

Locale('nb') wasn't working, so I had a look and noticed a missing string in the "kSupportedLanguages" list. Forked, updated the package with the string, ran a dependency override to test and the error dissapeared 👍.

Related Issues

N/A

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?