Skip to content

Commit

Permalink
fix: Update French (fr) locale to set correct yearStart
Browse files Browse the repository at this point in the history
fix #956
  • Loading branch information
iamkun committed Jul 10, 2020
1 parent ef2d0e2 commit 14ab808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const locale = {
months: 'janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre'.split('_'),
monthsShort: 'janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.'.split('_'),
weekStart: 1,
yearStart: 4,
formats: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
Expand Down

0 comments on commit 14ab808

Please sign in to comment.