Skip to content

Commit

Permalink
Change default language to Norwegian
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Nov 29, 2024
1 parent 4d96716 commit 0ec2555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/language/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import en from './en.json'
import no from './no.json'

export const defaultLanguage = 'en'
export const defaultLanguage = 'no'
export const languageOptions: { [key: string]: string } = { en: 'English', no: 'Norsk' }
export const allLanguageDictionaries: { [key: string]: Record<string, string> } = { en, no }

0 comments on commit 0ec2555

Please sign in to comment.