From 6218f660bff8891d3cddc48eb860f9450adc92c8 Mon Sep 17 00:00:00 2001 From: syeopite Date: Fri, 18 Oct 2024 12:57:21 -0700 Subject: [PATCH] Example config: improve doc for language config It is incorrect to say to check the locales dir for supported languages as languages have to be explicitly enabled in the SUPPORTED_LANGUAGES constant for Priviblur to use it. --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 7dea602..e7fc164 100644 --- a/config.example.toml +++ b/config.example.toml @@ -52,7 +52,7 @@ # theme = "auto" # # # User interface language -# # For available options see locales dir +# # For available options see SUPPORTED_LANGUAGES constant in src/helpers/i18n.py # language = "en_US"