From ac8d8d91f78befcb8d3c1dca1a91db7756121ce3 Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Fri, 5 Jul 2024 13:24:03 -0400 Subject: [PATCH] chore: add az language (#10890) --- web/src/lib/constants.ts | 1 + web/src/lib/i18n/az.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 web/src/lib/i18n/az.json diff --git a/web/src/lib/constants.ts b/web/src/lib/constants.ts index 0046540659..0f7eb3400f 100644 --- a/web/src/lib/constants.ts +++ b/web/src/lib/constants.ts @@ -248,6 +248,7 @@ export const defaultLang = { name: 'English', code: 'en', loader: () => import(' export const langs = [ { name: 'Arabic', code: 'ar', loader: () => import('$lib/i18n/ar.json') }, + { name: 'Azerbaijani', code: 'az', loader: () => import('$lib/i18n/az.json') }, { name: 'Bulgarian', code: 'bg', loader: () => import('$lib/i18n/bg.json') }, { name: 'Bislama', code: 'bi', loader: () => import('$lib/i18n/bi.json') }, { name: 'Catalan', code: 'ca', loader: () => import('$lib/i18n/ca.json') }, diff --git a/web/src/lib/i18n/az.json b/web/src/lib/i18n/az.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/web/src/lib/i18n/az.json @@ -0,0 +1 @@ +{}