Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db9ef9c

Browse files
Adding missing FR and UA to date-fns
1 parent 67b20fb commit db9ef9c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/utils/utils.js‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ import i18n from '@/plugins/i18n'
22
import * as types from '@/store/mutation-types'
33
import { isPast, format, parseISO } from 'date-fns'
44
import { store } from '@/store'
5-
import { es, zhCN } from 'date-fns/locale'
5+
import { es, fr,zhCN,uk } from 'date-fns/locale'
66

77
const localesDateFns = {
88
es,
9-
cn: zhCN
9+
fr,
10+
cn: zhCN,
11+
ua: uk
1012
}
1113

1214
export const getFormat = (date, formatStr) => {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /