feat(i18n): support for Russian locale (Russian Federation variant) (#1169)
This commit is contained in:
parent
065d8a1c2d
commit
f1a3c8873c
2 changed files with 498 additions and 0 deletions
|
@ -60,6 +60,11 @@ const locales: LocaleObjectData[] = [
|
|||
file: 'fr-FR.json',
|
||||
name: 'Français',
|
||||
},
|
||||
{
|
||||
code: 'ru-RU',
|
||||
file: 'ru-RU.json',
|
||||
name: 'Русский',
|
||||
},
|
||||
{
|
||||
code: 'uk-UA',
|
||||
file: 'uk-UA.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue