Enable i18n locale for Russian (ru)

This commit is contained in:
wiz
2021-06-13 15:05:21 -05:00
parent 3f03c9c2b6
commit 74c49b9ae7
6 changed files with 100 additions and 2 deletions

View File

@@ -110,6 +110,10 @@
"zh": {
"translation": "src/locale/messages.zh.xlf",
"baseHref": "/zh/"
},
"ru": {
"translation": "src/locale/messages.ru.xlf",
"baseHref": "/ru/"
}
}
},