Skip to content

Commit

Permalink
Fix missing mapping for Norwegian (Bokmal) translations
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed May 29, 2020
1 parent ecf66cc commit cf3a5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
"it",
"it_CH",
"it_IT",
"nb",
"no",
"pt",
"pt_BR",
Expand Down
1 change: 1 addition & 0 deletions src/main/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const ALL_TRANSLATIONS: Record<string, Partial<Translations>> = {
fr: translationsFr,
is: translationsIs,
it: translationsIt,
nb: translationsNo,
no: translationsNo,
pt: translationsPt,
tr: translationsTr,
Expand Down

0 comments on commit cf3a5ee

Please sign in to comment.