Skip to content

Commit

Permalink
typofix: README.md (#2496)
Browse files Browse the repository at this point in the history
monthNames was added 2 times
  • Loading branch information
danyalutsevich authored Jul 23, 2024
1 parent dbc3be7 commit 072d6f2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,6 @@ import React, {useState} from 'react';
import {Calendar, LocaleConfig} from 'react-native-calendars';

LocaleConfig.locales['fr'] = {
monthNames: [
'Janvier',
'Février',
'Mars',
'Avril',
'Mai',
'Juin',
'Juillet',
'Août',
'Septembre',
'Octobre',
'Novembre',
'Décembre'
],
monthNames: [
'Janvier',
'Février',
Expand Down

0 comments on commit 072d6f2

Please sign in to comment.