fix: implement useTranslations for start date on event modal

This commit is contained in:
Luis Felipe Marzagao
2026-04-30 11:08:16 +02:00
committed by Linus Rath
parent a4bb8e0c28
commit f0967f90eb
4 changed files with 159 additions and 108 deletions
+15 -1
View File
@@ -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"
}
}
}
+15 -1
View File
@@ -2261,6 +2261,20 @@
"sat": "Sam",
"sun": "Dim"
},
"months": {
"jan": "Jan",
"feb": "Fév",
"mar": "Mar",
"apr": "Avr",
"may": "Mai",
"jun": "Juin",
"jul": "Juil",
"aug": "Aoû",
"sep": "Sep",
"oct": "Oct",
"nov": "Nov",
"dec": "Déc"
},
"notifications": {
"event_created": "Événement créé",
"event_updated": "Événement mis à jour",
@@ -2738,4 +2752,4 @@
"custom": "Personnalisé"
}
}
}
}
+14
View File
@@ -2261,6 +2261,20 @@
"sat": "Sáb",
"sun": "Dom"
},
"months": {
"jan": "Jan",
"feb": "Fev",
"mar": "Mar",
"apr": "Abr",
"may": "Mai",
"jun": "Jun",
"jul": "Jul",
"aug": "Ago",
"sep": "Set",
"oct": "Out",
"nov": "Nov",
"dec": "Dez"
},
"notifications": {
"event_created": "Evento criado",
"event_updated": "Evento atualizado",