fix: viVN locale file name

This commit is contained in:
07akioni 2022-06-29 03:45:36 +08:00
parent 5e11b161db
commit 4739a43bc6
3 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export { default as plPL } from './common/plPL'
export { default as ptBR } from './common/ptBR'
export { default as thTH } from './common/thTH'
export { default as eo } from './common/eo'
export { default as viVN } from './common/vi'
export { default as viVN } from './common/viVN'
export { default as dateZhCN } from './date/zhCN'
export { default as dateZhTW } from './date/zhTW'
export { default as dateEnUS } from './date/enUS'
@ -39,7 +39,7 @@ export { default as datePlPL } from './date/plPL'
export { default as datePtBR } from './date/ptBR'
export { default as dateThTH } from './date/thTH'
export { default as dateEo } from './date/eo'
export { default as dateViVN } from './date/vi'
export { default as dateViVN } from './date/viVN'
export type { NLocale } from './common/enUS'
export type { NDateLocale } from './date/enUS'
export type { NPartialLocale } from './utils/index'