From 6577eda289770995b835de17fad3cbfd702af6e8 Mon Sep 17 00:00:00 2001 From: WebStreamr <210764791+webstreamr@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:50:23 +0000 Subject: [PATCH] chore: add Norwegian, sort language list --- src/types.ts | 1 + src/utils/language.ts | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/types.ts b/src/types.ts index 82fd45a..3a3de60 100644 --- a/src/types.ts +++ b/src/types.ts @@ -43,6 +43,7 @@ export enum CountryCode { lv = 'lv', mx = 'mx', nl = 'nl', + no = 'no', pl = 'pl', pt = 'pt', ro = 'ro', diff --git a/src/utils/language.ts b/src/utils/language.ts index 9858eb7..26e8b31 100644 --- a/src/utils/language.ts +++ b/src/utils/language.ts @@ -5,16 +5,26 @@ const countryCodeMap: Record {