Skip to content

Commit 3fbfded

Browse files
authored
fix(ui_localizations): Add missing 'nb' language code to kSupportedLanguages (#350)
1 parent be271ec commit 3fbfded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/firebase_ui_localizations/lib/src/get_localization.dart

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ final Set<String> kSupportedLanguages = {
2121
'ja', // Japanese
2222
'ko', // Korean
2323
'nl', // Dutch Flemish
24+
'nb', // Norwegian Bokmål
2425
'pl', // Polish
2526
'pt', // Portuguese
2627
'ro', // Romanian

0 commit comments

Comments
 (0)