From a2bc10aa18d4daca8728bd1cb8de3037fb90fbf7 Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Fri, 29 Dec 2023 18:55:03 +0100 Subject: [PATCH] fix: update number formats for german add missing currency display in CurrencyCell --- src/app/components/base/currency-cell/CurrencyCell.vue | 10 +++++++--- src/i18n/locales/de.json | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/app/components/base/currency-cell/CurrencyCell.vue b/src/app/components/base/currency-cell/CurrencyCell.vue index 9e8ebe6d..d8a65b9a 100644 --- a/src/app/components/base/currency-cell/CurrencyCell.vue +++ b/src/app/components/base/currency-cell/CurrencyCell.vue @@ -15,6 +15,7 @@