Skip to content

Commit

Permalink
fix: change "norsk" to "norsk (bokmål)" (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansberg authored Nov 6, 2023
1 parent 2268e48 commit 17bf107
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/translations/modules/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,20 @@ export const LayoutInternal = {
'Språk og utsjånad',
),
setLanguage: {
norsk: _('Endre til norsk', 'Endre til norsk', 'Endre til norsk'),
norsk: _(
'Endre til norsk (bokmål)',
'Endre til norsk (bokmål)',
'Endre til norsk (bokmål)',
),
english: _(
'Switch to English',
'Switch to English',
'Switch to English',
),
nynorsk: _(
'Endre til nynorsk',
'Endre til nynorsk',
'Endre til nynorsk',
'Endre til norsk (nynorsk)',
'Endre til norsk (nynorsk)',
'Endre til norsk (nynorsk)',
),
},
toggleDarkMode: _(
Expand Down

0 comments on commit 17bf107

Please sign in to comment.