Skip to content

Commit

Permalink
added bn in constants.ts - fixing the failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
sudipshil9862 committed Oct 2, 2023
1 parent b530981 commit 22b777f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/generator/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 22b777f

Please sign in to comment.