fix(i18n): add missing localization
This commit is contained in:
parent
a8bff45a8e
commit
dc9a1b60f1
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ func GetAttendiesByEventPublicTable(c *fiber.Ctx) error {
|
||||||
MessageID: "AfterParty",
|
MessageID: "AfterParty",
|
||||||
PluralCount: 1,
|
PluralCount: 1,
|
||||||
}),
|
}),
|
||||||
|
"Event": localizer.MustLocalize(&i18n.LocalizeConfig{
|
||||||
|
MessageID: "Event",
|
||||||
|
PluralCount: 1,
|
||||||
|
}),
|
||||||
}
|
}
|
||||||
return c.Render("app/views/index", fiber.Map{
|
return c.Render("app/views/index", fiber.Map{
|
||||||
"EventName": *(event).Name,
|
"EventName": *(event).Name,
|
||||||
|
|
Loading…
Reference in a new issue