refactor(templater): Format decimals according to locale

This commit is contained in:
2024-12-09 17:15:06 +01:00
parent eff3354867
commit f9f30e96c7
5 changed files with 18 additions and 12 deletions

View File

@@ -51,6 +51,7 @@ func GenerateCertificate(c *fiber.Ctx) error {
EventName: "Event name",
Footer: "Footer",
CurrencySymbol: "€",
Locale: certificateRequest.Locale,
}
result, err := generator.Execute(template, genConfig)