Skip to content

Commit

Permalink
🐛 修复更新时间i18n问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Jun 20, 2023
1 parent e56d4fc commit 40bc8da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/locales.ts
@@ -1,6 +1,7 @@
import i18n from "i18next";
import { initReactI18next } from "react-i18next";
import dayjs from "dayjs";
import "dayjs/locale/zh-cn";
import relativeTime from "dayjs/plugin/relativeTime";
import enUS from "./en-US/translation.yaml";
import zhCN from "./zh-CN/translation.yaml";
Expand Down

0 comments on commit 40bc8da

Please sign in to comment.