From 7f67d7610d2f51606d1f705cfaaac15a2716eee0 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Tue, 14 Nov 2023 11:15:21 +0100 Subject: [PATCH 1/2] (fix): wrong currency unit for fr-CH locale --- config/locales/rails.fr-CH.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/rails.fr-CH.yml b/config/locales/rails.fr-CH.yml index c7e250c51f..4569c795df 100644 --- a/config/locales/rails.fr-CH.yml +++ b/config/locales/rails.fr-CH.yml @@ -162,7 +162,7 @@ fr-CH: separator: "." significant: false strip_insignificant_zeros: false - unit: sFr. + unit: CHF format: delimiter: "'" precision: 3 From 28f62228b0b683fb45645e96efb9c81fe55a0616 Mon Sep 17 00:00:00 2001 From: Nicolas Florentin Date: Tue, 14 Nov 2023 11:16:35 +0100 Subject: [PATCH 2/2] Version 6.3.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5625b7029e..0d3a0714e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog Fab-manager +## v6.3.3 2023 November 14 + +- fix a bug: wrong currency unit for locale fr-CH + ## v6.3.2 2023 November 14 - updates sidekiq and sidekiq-scheduler diff --git a/package.json b/package.json index 79e45a12ac..3f2f06c4bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fab-manager", - "version": "6.3.2", + "version": "6.3.3", "description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.", "keywords": [ "fablab",