|
|
@ -9,7 +9,7 @@ import AppLogo from "@/assets/logo-gh.png";
|
|
|
|
import { isEmpty } from "@/utils/commons";
|
|
|
|
import { isEmpty } from "@/utils/commons";
|
|
|
|
import { useStore } from "@/stores/StoreContext.js";
|
|
|
|
import { useStore } from "@/stores/StoreContext.js";
|
|
|
|
import * as config from "@/config";
|
|
|
|
import * as config from "@/config";
|
|
|
|
import Language from "./Language";
|
|
|
|
import Language from "../i18n/LanguageSwitcher";
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
import { useTranslation } from 'react-i18next';
|
|
|
|
import i18n from '@/i18n/index';
|
|
|
|
import i18n from '@/i18n/index';
|
|
|
|
import zhLocale from 'antd/locale/zh_CN';
|
|
|
|
import zhLocale from 'antd/locale/zh_CN';
|
|
|
|