Skip to content

Commit

Permalink
feat: Correct casing for en-sg locale name (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
allmoviestvshowslistsfilmography28 committed Sep 28, 2020
1 parent a8bb502 commit b6bb9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/en-SG.js → src/locale/en-sg.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import dayjs from 'dayjs'

const locale = {
name: 'en-SG',
name: 'en-sg',
weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),
weekStart: 1,
Expand Down

0 comments on commit b6bb9bb

Please sign in to comment.