use locale for date and times, fix 'extract-translations'

Change-Id: I335ff2bad2c5e357563a361f85c63164eb5da83f
diff --git a/client/src/App.tsx b/client/src/App.tsx
index accedf8..3e5de94 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -15,6 +15,8 @@
  * License along with this program.  If not, see
  * <https://www.gnu.org/licenses/>.
  */
+import './dayjsInitializer';
+
 import { ThemeProvider } from '@mui/material/styles';
 import { useEffect, useState } from 'react';
 import { Navigate, Route, Routes } from 'react-router-dom';