From 69d345b334c7a3fecdb0cd5f440fabd83a755309 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sat, 18 Feb 2023 15:25:29 +0100 Subject: . --- sanity/schemas/_locales.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sanity/schemas/_locales.ts') diff --git a/sanity/schemas/_locales.ts b/sanity/schemas/_locales.ts index 5f19303..8baca54 100644 --- a/sanity/schemas/_locales.ts +++ b/sanity/schemas/_locales.ts @@ -1,5 +1,5 @@ export const supportedLanguages = [ - { id: 'en', title: 'English' }, - { id: 'nb', title: 'Norwegian', isDefault: true }, + { 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 }; \ No newline at end of file -- cgit v1.3