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

@@ -37,4 +37,5 @@ type CertificateTemplateOptions struct {
EventName string `json:"event_name"`
Footer string `json:"footer"`
CurrencySymbol string `json:"currency_symbol"`
Locale string `json:"locale"`
}