Update libs/components/layout/src/i18n/index.ts

Co-authored-by: Whitewater <me@waterwater.moe>
This commit is contained in:
DarkSky
2022-08-30 00:29:28 +08:00
committed by GitHub
parent 0baf02e80f
commit 0bda0feb83
+1 -1
View File
@@ -20,7 +20,7 @@ i18next.use(initReactI18next).init({
export const options = [
{ value: 'en', text: 'English' },
{ value: 'zh', text: '简体中文' },
];
] as const;
export { i18next };