feat: Add Russian Language (#697)

* Add Russian Language

* Add Russian support

* Minor update

* Update Russian translation
This commit is contained in:
Andrei Shevchuk
2023-08-03 03:07:58 +00:00
committed by GitHub
parent b9b6212b75
commit 2c48ea3508
5 changed files with 115 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ const SettingVerge = ({ onError }: Props) => {
<Select size="small" sx={{ width: 100, "> div": { py: "7.5px" } }}>
<MenuItem value="zh"></MenuItem>
<MenuItem value="en">English</MenuItem>
<MenuItem value="ru">Русский</MenuItem>
</Select>
</GuardState>
</SettingItem>