Skip to content

Commit

Permalink
fix(locale): fr-FR firstDayOfWeek (#5175)
Browse files Browse the repository at this point in the history
  • Loading branch information
M1CK431 authored Dec 3, 2023
1 parent bd5befa commit 0041ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/common/frFR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const frFR: NLocale = {
startMonthPlaceholder: 'Mois de début',
endMonthPlaceholder: 'Mois de fin',
monthBeforeYear: true,
firstDayOfWeek: 1,
firstDayOfWeek: 0,
today: "Aujourd'hui"
},
DataTable: {
Expand Down

0 comments on commit 0041ccf

Please sign in to comment.