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

const en = {
	contact: {
		title: "Contact us",
		addressTitle: "Address",
		emailTitle: "Email",
		phoneTitle: "Phone"
	},
	homeTitle: "Home",
} satisfies BaseTranslation

export default en