Add Russian language (#79)

This commit is contained in:
Aleksey Ovchinnikov 2023-03-17 19:12:47 +07:00 committed by GitHub
parent ec861f1675
commit 6a0700dd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import es from './es.json'
import fr from './fr.json'
import lv from './lv.json'
import nl from './nl.json'
import ru from './ru.json'
import zh from './zh.json'
import tw from './tw.json'
@ -16,6 +17,7 @@ export default {
fr,
lv,
nl,
ru,
zh,
'zh-TW': tw,
}