Skip to content

Commit 5329326

Browse files
authored
feat: russian translation (#6666)
1 parent 062fc9d commit 5329326

File tree

4 files changed

+2198
-1
lines changed

4 files changed

+2198
-1
lines changed

packages/i18n/src/constants/language.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const SUPPORTED_LANGUAGES: ILanguageOption[] = [
88
{ label: "Español", value: "es" },
99
{ label: "日本語", value: "ja" },
1010
{ label: "中文", value: "zh-CN" },
11+
{ label: "Русский", value: "ru" },
1112
];
1213

1314
export const STORAGE_KEY = "userLanguage";

0 commit comments

Comments
 (0)