We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9035dd0 commit c2f7d65Copy full SHA for c2f7d65
packages/core/src/locale/index.ts
@@ -6,13 +6,17 @@ import ru from "./ru";
6
import zh_tw from "./zh_tw";
7
import { Context } from "..";
8
9
-// @ts-ignore
10
const localeObj: Record<string, typeof zh> = {
+ // @ts-ignore
11
en,
12
zh,
13
14
es,
15
16
"zh-TW": zh_tw,
17
18
hi,
19
20
ru,
21
};
22
0 commit comments