deerflow2/frontend/src/core/i18n/locales/index.ts
2026-01-20 14:06:47 +08:00

4 lines
109 B
TypeScript

export { enUS } from "./en-US";
export { zhCN } from "./zh-CN";
export type { Translations } from "./types";