From 81633c1ed6958a00c70cfd7f93b08c795d69cd41 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 16 Dec 2020 20:52:01 +0100 Subject: [PATCH] Fix currency --- conf/config-dist.php | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config-dist.php b/conf/config-dist.php index cd062a8..abc0b00 100644 --- a/conf/config-dist.php +++ b/conf/config-dist.php @@ -35,7 +35,7 @@ Setting('CALENDAR_SHOW_WEEK_OF_YEAR', true); # this here is used to format all money values, # so doesn't really matter, but should be the # ISO 4217 code of the currency ("USD", "EUR", "GBP", etc.) -Setting('CURRENCY', '__LANGUAGE__'); +Setting('CURRENCY', 'EUR'); # When running grocy in a subdirectory, this should be set to the relative path, otherwise empty # Example: diff --git a/manifest.json b/manifest.json index 1f8e1b4..c04d5ba 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,7 @@ "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], - "default": "fr" + "default": "en" }, { "name": "is_public",