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:
parent
e5206ec07b
commit
4d94a1a595
@ -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>(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user