aboutsummaryrefslogtreecommitdiffstats
path: root/sanity/schemas/_locales.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sanity/schemas/_locales.ts')
-rw-r--r--sanity/schemas/_locales.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/sanity/schemas/_locales.ts b/sanity/schemas/_locales.ts
deleted file mode 100644
index 20273bd..0000000
--- a/sanity/schemas/_locales.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export const supportedLanguages = [
- {id: "en", iso: "en-GB", title: "English"},
- {id: "nb", iso: "nb-NO", title: "Norwegian", isDefault: true},
-];
-export const baseLanguage = supportedLanguages.find((l) => l.isDefault) as {id: string; title: string};