Fix: Russian language config.ts (#10250)
### What problem does this PR solve? Fix ru language ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
e4ab8ba2de
commit
4dd48b60f3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const translationTable = createTranslationTable(
|
||||||
[
|
[
|
||||||
'English',
|
'English',
|
||||||
'Vietnamese',
|
'Vietnamese',
|
||||||
'Rus',
|
'ru',
|
||||||
'Spanish',
|
'Spanish',
|
||||||
'zh',
|
'zh',
|
||||||
'zh-TRADITIONAL',
|
'zh-TRADITIONAL',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue