add Russian in translation table index.tsx (#9773)
### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
parent
c461261f0b
commit
a4b368e53f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ function UserSettingLocale() {
|
|||
data={translationTable}
|
||||
languages={[
|
||||
'English',
|
||||
'Rus',
|
||||
'Vietnamese',
|
||||
'Spanish',
|
||||
'zh',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue