aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/nb/index.ts
blob: 5206b0799a7d7188bf04a2a96686aca5195263c8 (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;