minor with ru locale

This commit is contained in:
lesion 2023-01-09 17:02:29 +01:00
parent 0891acce1d
commit 5e6c5993ef
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ module.exports = {
nb: 'Norwegian Bokmål',
pl: 'Polski',
pt: 'Português',
ru: 'Русский',
sk: 'Slovak',
zh: '中国'
}

View file

@ -16,6 +16,7 @@ import 'dayjs/locale/fr'
import 'dayjs/locale/de'
import 'dayjs/locale/gl'
import 'dayjs/locale/sk'
import 'dayjs/locale/ru'
import 'dayjs/locale/pt'
import 'dayjs/locale/zh'