Skip to content

Commit

Permalink
[Feat] Added Russian localization (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
sham-sr committed Aug 24, 2021
1 parent 9726a40 commit 6947c8c
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api-reference/localization/README.md
Expand Up @@ -12,6 +12,7 @@ Current supported languages are:
| es | Spanish | |
| ja | Japanese | |
| cn | Chinese | |
| ru | Русский | |

## Changing default language

Expand Down
3 changes: 2 additions & 1 deletion src/localization/locales.js
Expand Up @@ -25,7 +25,8 @@ export const LOCALES = {
es: 'Español',
ca: 'Català',
ja: '日本語',
cn: '简体中文'
cn: '简体中文',
ru: 'Русский'
};

/**
Expand Down

0 comments on commit 6947c8c

Please sign in to comment.