Skip to content

Commit

Permalink
Add the correct local for intlBangla
Browse files Browse the repository at this point in the history
  • Loading branch information
Siyasanga committed Jan 22, 2025
1 parent 80f4a0b commit 5e12e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/utils/draftUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const intlEngish = createIntl(
)
const intlBangla = createIntl(
{
locale: 'en',
locale: 'bn',
messages: {}
},
cache
Expand Down

0 comments on commit 5e12e50

Please sign in to comment.