Skip to content

Commit 9035dd0

Browse files
committed
fix: lint russian locale file changes
1 parent 4fb86b1 commit 9035dd0

File tree

3 files changed

+9134
-8919
lines changed

3 files changed

+9134
-8919
lines changed

packages/core/src/locale/index.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ import zh_tw from "./zh_tw";
77
import { Context } from "..";
88

99
// @ts-ignore
10-
const localeObj: Record<string, typeof zh> = { en, zh, es, "zh-TW": zh_tw, hi, ru };
10+
const localeObj: Record<string, typeof zh> = {
11+
en,
12+
zh,
13+
es,
14+
"zh-TW": zh_tw,
15+
hi,
16+
ru,
17+
};
1118

1219
function locale(ctx: Context) {
1320
const langsToTry = [ctx.lang || "", ctx.lang?.split("-")[0] || ""];

0 commit comments

Comments
 (0)