From b32a26cf7e233c3f7d3f75c34b9fce19ea22e341 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 27 Sep 2021 17:50:38 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e89721..84d6179f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you run grocy on Linux, there is also `update.sh` (remember to make the scrip ## Localization grocy is fully localizable - the default language is English (integrated into code), a German localization is always maintained by me. -You can easily help translating grocy on [Transfifex](https://www.transifex.com/grocy/grocy/dashboard/) if your language is incomplete or not available yet. +You can easily help translating grocy on [Transifex](https://www.transifex.com/grocy/grocy/dashboard/) if your language is incomplete or not available yet. The default language can be set in `data/config.php`, e. g. `Setting('DEFAULT_LOCALE', 'it');` and there is also a user setting (see the user settings page) to set a different language per user.