fix(i18n): add Bengali date-fns locale mapping
This commit is contained in:
parent
f63cea573e
commit
d975af2f7d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { zhCN, enUS, zhTW, ptBR, ja, fr, ru, Locale } from 'date-fns/locale'
|
||||
import { zhCN, enUS, zhTW, ptBR, ja, fr, ru, bn, Locale } from 'date-fns/locale'
|
||||
|
||||
/**
|
||||
* Mapping of language codes to date-fns locales.
|
||||
|
|
@ -12,6 +12,7 @@ const LOCALE_MAP: Record<string, Locale> = {
|
|||
'ja-JP': ja,
|
||||
'fr-FR': fr,
|
||||
'ru-RU': ru,
|
||||
'bn-IN': bn,
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue