diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-11 14:52:20 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-11 14:52:20 +0200 |
| commit | e57edeff53d881d540e1ebea863b46630f78af61 (patch) | |
| tree | f689ad4ee7e5dda3aa170413db92755f5a8a3147 /config | |
| parent | b0fbe841a3071682c45587ac80e320380e910ff3 (diff) | |
change default locale from french to english
Diffstat (limited to 'config')
| -rw-r--r-- | config/searx/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/searx/default.nix b/config/searx/default.nix index aad60e1..1abb557 100644 --- a/config/searx/default.nix +++ b/config/searx/default.nix @@ -63,7 +63,7 @@ in { method = "GET"; }; ui = { - # default_locale = "fr"; + # default_locale = "en"; theme_args = { oscar_style = "pointhi"; }; }; # result_proxy = { |
