From 22b777fef80f9c91f0d9f9b07a16ac9e8c4f1b50 Mon Sep 17 00:00:00 2001 From: sudip Date: Mon, 2 Oct 2023 22:14:52 +0530 Subject: [PATCH] added bn in constants.ts - fixing the failing build --- packages/generator/src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/generator/src/constants.ts b/packages/generator/src/constants.ts index 7640de6f..429a2352 100644 --- a/packages/generator/src/constants.ts +++ b/packages/generator/src/constants.ts @@ -219,6 +219,7 @@ export const SHORTCODE_GUIDELINES = `/** */`; export const LOCALE_COUNTRIES: { [K in Locale]: string } = { + bn: 'Bengali', da: 'Danish', de: 'German', 'en-gb': 'English, Great Britain',