minor on locales

This commit is contained in:
lesion 2022-11-25 12:38:00 +01:00
parent 6fbc182121
commit 3cde72af9a
No known key found for this signature in database
GPG key ID: 352918250B012177
2 changed files with 3 additions and 1 deletions

View file

@ -9,7 +9,7 @@ module.exports = {
it: 'Italiano',
nb: 'Norwegian Bokmål',
pl: 'Polski',
pr: 'Português',
pt: 'Português',
sk: 'Slovak',
zh: '中国'
}

View file

@ -16,6 +16,8 @@ import 'dayjs/locale/fr'
import 'dayjs/locale/de'
import 'dayjs/locale/gl'
import 'dayjs/locale/sk'
import 'dayjs/locale/pt'
import 'dayjs/locale/zh'
dayjs.extend(relativeTime)
dayjs.extend(utc)