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
+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",