From 653473bdd69eda6040f42400d1c21faa9be146e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luukas=20P=C3=B6rtfors?= Date: Wed, 11 Sep 2024 16:55:07 +0300 Subject: [PATCH] fix: use ',' as the decimal separator --- templates/invoice.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/invoice.typ b/templates/invoice.typ index f7aee00..e6f5e44 100644 --- a/templates/invoice.typ +++ b/templates/invoice.typ @@ -10,7 +10,7 @@ } else if num_as_str.len() >= 2 { rem = num_as_str.slice(-2) } - whole_nums+"."+rem + whole_nums+","+rem } #set page(