minor on locales
This commit is contained in:
parent
6fbc182121
commit
3cde72af9a
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
it: 'Italiano',
|
||||
nb: 'Norwegian Bokmål',
|
||||
pl: 'Polski',
|
||||
pr: 'Português',
|
||||
pt: 'Português',
|
||||
sk: 'Slovak',
|
||||
zh: '中国'
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue