aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/nb/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/nb/index.ts')
-rw-r--r--src/i18n/nb/index.ts13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/i18n/nb/index.ts b/src/i18n/nb/index.ts
new file mode 100644
index 0000000..9e13fba
--- /dev/null
+++ b/src/i18n/nb/index.ts
@@ -0,0 +1,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