fix: implement useTranslations for start date on event modal
This commit is contained in:
committed by
Linus Rath
parent
a4bb8e0c28
commit
f0967f90eb
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user