Skip to content

Commit

Permalink
Use nlBE
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-debruijn committed Nov 5, 2024
1 parent 68bd33c commit 7bf934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/DatePicker.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'react-datepicker/dist/react-datepicker.css';

import { de, fr, nl } from 'date-fns/locale';
import { de, fr, nlBE as nl } from 'date-fns/locale';
import { useRef } from 'react';
import ReactDatePicker, {
registerLocale,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/formatPeriod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { differenceInDays, format } from 'date-fns';
import { fr, nl } from 'date-fns/locale';
import { fr, nlBE as nl } from 'date-fns/locale';
import capitalize from 'lodash/capitalize';
import type { TFunction } from 'react-i18next';

Expand Down

0 comments on commit 7bf934f

Please sign in to comment.