export { default as zhCN, mergeLocale } from './zh-CN'; export type { PartialLocale } from './zh-CN'; export { default as zhHK } from './zh-HK'; export { default as zhTW } from './zh-TW'; export { default as enUS } from './en-US'; export { default as jaJP } from './ja-JP'; export { default as frFR } from './fr-FR';