Skip to content
Snippets Groups Projects

Resolve "Data management for the Models `Room` and `SchoolTerm`"

Merged Julian requested to merge 831-data-management-for-the-model-room into master
Compare and
58 files
+ 3639
233
Compare changes
  • Side-by-side
  • Inline
Files
58
@@ -26,6 +26,10 @@ const dateTimeFormats = {
hour: "numeric",
minute: "numeric",
},
shortTime: {
hour: "numeric",
minute: "numeric",
},
},
de: {
short: {
@@ -53,6 +57,10 @@ const dateTimeFormats = {
hour: "numeric",
minute: "numeric",
},
shortTime: {
hour: "numeric",
minute: "numeric",
},
},
};
Loading