Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit b448a14

Browse files
authored
Update lang.js
1 parent a2f72c8 commit b448a14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/utils/lang.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export function isEN() {
55
}
66

77
export function isCN() {
8-
console.log("L:", i18n);
98
return i18n.global.locale === "zh_cn";
109
}
10+
11+
export function isRU() {
12+
return i18n.global.locale === "ru_ru";
13+
}

0 commit comments

Comments
 (0)