Skip to content

Commit

Permalink
frontend: Load ro moment.js locale
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlan committed Nov 2, 2023
1 parent ad03785 commit 4de5f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ import 'moment/locale/de';
import 'moment/locale/it';
import 'moment/locale/ru';
import 'moment/locale/fr';
import 'moment/locale/ro';
import 'moment/locale/zh-tw';
import moment from 'moment';
import useLanguageCode, { getLanguageCode } from './hooks/useLanguageCode';
Expand Down

0 comments on commit 4de5f09

Please sign in to comment.