From 0122b898d19fa90f6b35cd8efea9722a9d1c3dcc Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 22 Jul 2020 13:46:21 +0200 Subject: [PATCH] :sparkles: Add support for cs, ja, zh_TW locales --- grocy/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grocy/config.json b/grocy/config.json index bc07398..1e2425e 100755 --- a/grocy/config.json +++ b/grocy/config.json @@ -49,7 +49,7 @@ }, "schema": { "log_level": "list(trace|debug|info|notice|warning|error|fatal)?", - "culture": "list(da|de|en|en_GB|es|fr|hu|it|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|tr)", + "culture": "list(cs|da|de|en|en_GB|es|fr|hu|it|ja|nl|no|pl|pt_BR|pt_PT|ru|sk_SK|sv_SE|tr|zh_TW)", "currency": "match(^[A-Z]{3}$)", "entry_page": "list(stock|shoppinglist|recipes|chores|tasks|batteries|equipment|calendar|mealplan)", "features": {