From 4d94a1a59534932d889f838b433f01b6bc059313 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:38:54 -0400 Subject: [PATCH] feat: add Bangladesh support for keyword research (#87) Add Bangladesh (BD, location code 2050) with Bengali (bn) language to the keyword research location options. --- src/client/features/keywords/locations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/features/keywords/locations.ts b/src/client/features/keywords/locations.ts index 914cbf8..29d8531 100644 --- a/src/client/features/keywords/locations.ts +++ b/src/client/features/keywords/locations.ts @@ -47,6 +47,7 @@ export const LOCATION_OPTIONS = [ languageCode: "en", }, { code: 2682, label: "Saudi Arabia", shortLabel: "SA", languageCode: "ar" }, + { code: 2050, label: "Bangladesh", shortLabel: "BD", languageCode: "bn" }, ] as const; const LOCATION_CODES = new Set(