fix: implement useTranslations for start date on event modal
This commit is contained in:
committed by
Linus Rath
parent
a4bb8e0c28
commit
f0967f90eb
+15
-1
@@ -2272,6 +2272,20 @@
|
||||
"sat": "Sat",
|
||||
"sun": "Sun"
|
||||
},
|
||||
"months": {
|
||||
"jan": "Jan",
|
||||
"feb": "Feb",
|
||||
"mar": "Mar",
|
||||
"apr": "Apr",
|
||||
"may": "May",
|
||||
"jun": "Jun",
|
||||
"jul": "Jul",
|
||||
"aug": "Aug",
|
||||
"sep": "Sep",
|
||||
"oct": "Oct",
|
||||
"nov": "Nov",
|
||||
"dec": "Dez"
|
||||
},
|
||||
"notifications": {
|
||||
"event_created": "Event created",
|
||||
"event_updated": "Event updated",
|
||||
@@ -2749,4 +2763,4 @@
|
||||
"unified_mailbox": {
|
||||
"search_unavailable": "Search is not available in the unified view"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user