feat: add Bangladesh support for keyword research (#87)

Add Bangladesh (BD, location code 2050) with Bengali (bn) language
to the keyword research location options.
This commit is contained in:
Ben Senescu 2026-04-07 00:38:54 -04:00 committed by Ben Senescu
parent e5206ec07b
commit 4d94a1a595

View File

@ -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<number>(