aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/nb/index.ts
blob: 9e13fbab3cdc982dcc1347e544c2c2c7f930696a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import type { Translation } from '../i18n-types'

const nb = {
	contact: {
		title: "Kontakt oss",
		addressTitle: "Adresse",
		emailTitle: "E-postadresse",
		phoneTitle: "Telefon"
	},
	homeTitle: "Hjem",
} satisfies Translation

export default nb