mirror of
https://github.com/Lydanne/spaceflow.git
synced 2026-03-12 04:02:45 +08:00
chore: 初始化仓库
This commit is contained in:
11
commands/period-summary/src/locales/index.ts
Normal file
11
commands/period-summary/src/locales/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { addLocaleResources } from "@spaceflow/core";
|
||||
import zhCN from "./zh-cn/period-summary.json";
|
||||
import en from "./en/period-summary.json";
|
||||
|
||||
/** period-summary 命令 i18n 资源 */
|
||||
export const periodSummaryLocales: Record<string, Record<string, string>> = {
|
||||
"zh-CN": zhCN,
|
||||
en,
|
||||
};
|
||||
|
||||
addLocaleResources("period-summary", periodSummaryLocales);
|
||||
Reference in New Issue
Block a user