From 568af84756579a530cc3d6dae66c12068b68add1 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Mon, 9 Oct 2023 19:08:06 -0700 Subject: [PATCH] Disable language detection by default on ARM platforms --- neon_core/configuration/mark_2/neon.yaml | 3 +++ neon_core/configuration/opi5/neon.yaml | 3 +++ neon_core/configuration/rpi4/neon.yaml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/neon_core/configuration/mark_2/neon.yaml b/neon_core/configuration/mark_2/neon.yaml index eb988d3c4..9f43dcab7 100644 --- a/neon_core/configuration/mark_2/neon.yaml +++ b/neon_core/configuration/mark_2/neon.yaml @@ -167,3 +167,6 @@ system: user: - gui_websocket:host - websocket:host +language: + detection_module: None + translation_module: libretranslate_plug \ No newline at end of file diff --git a/neon_core/configuration/opi5/neon.yaml b/neon_core/configuration/opi5/neon.yaml index cdcd5c6ac..21041ca60 100644 --- a/neon_core/configuration/opi5/neon.yaml +++ b/neon_core/configuration/opi5/neon.yaml @@ -167,3 +167,6 @@ system: user: - gui_websocket:host - websocket:host +language: + detection_module: None + translation_module: libretranslate_plug \ No newline at end of file diff --git a/neon_core/configuration/rpi4/neon.yaml b/neon_core/configuration/rpi4/neon.yaml index 8b403fe62..6cd5bf837 100644 --- a/neon_core/configuration/rpi4/neon.yaml +++ b/neon_core/configuration/rpi4/neon.yaml @@ -168,3 +168,6 @@ system: user: - gui_websocket:host - websocket:host +language: + detection_module: None + translation_module: libretranslate_plug \ No newline at end of file