From 7dad321cd4973d407c363c6e3fb7a1c9bd47969d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Alcal=C3=A0=20Prieto?= Date: Tue, 22 Feb 2022 19:01:08 +0100 Subject: [PATCH] Bump up Grocy version to v3.2.0 --- grocy/DOCS.md | 1 + grocy/Dockerfile | 2 +- grocy/config.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/grocy/DOCS.md b/grocy/DOCS.md index eef8c85..08c7432 100644 --- a/grocy/DOCS.md +++ b/grocy/DOCS.md @@ -110,6 +110,7 @@ The private key file to use for SSL. Is used for setting the language. Choose between: +- `ca` (Catalan) - `cs` (Czech) - `da` (Danish) - `de` (German) diff --git a/grocy/Dockerfile b/grocy/Dockerfile index 70711fb..5034bdc 100755 --- a/grocy/Dockerfile +++ b/grocy/Dockerfile @@ -40,7 +40,7 @@ RUN \ \ && yarn global add modclean \ \ - && git clone --branch "v3.1.3" --depth=1 \ + && git clone --branch "v3.2.0" --depth=1 \ https://github.com/grocy/grocy.git /var/www/grocy \ \ && cd /var/www/grocy \ diff --git a/grocy/config.yaml b/grocy/config.yaml index 497e2da..e2ff107 100644 --- a/grocy/config.yaml +++ b/grocy/config.yaml @@ -48,7 +48,7 @@ options: keyfile: privkey.pem schema: log_level: list(trace|debug|info|notice|warning|error|fatal)? - culture: list(cs|da|de|el_GR|en|en_GB|es|fi|fr|he_IL|hu|it|ja|ko_KR|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|ta|tr|zh_CN|zh_TW) + culture: list(ca|cs|da|de|el_GR|en|en_GB|es|fi|fr|he_IL|hu|it|ja|ko_KR|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|ta|tr|zh_CN|zh_TW) currency: match(^[A-Z]{3}$) entry_page: list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan) features: