Skip to content

Commit

Permalink
Disable language detection by default on ARM platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 10, 2023
1 parent 27e84a7 commit 568af84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,6 @@ system:
user:
- gui_websocket:host
- websocket:host
language:
detection_module: None
translation_module: libretranslate_plug
3 changes: 3 additions & 0 deletions neon_core/configuration/opi5/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,6 @@ system:
user:
- gui_websocket:host
- websocket:host
language:
detection_module: None
translation_module: libretranslate_plug
3 changes: 3 additions & 0 deletions neon_core/configuration/rpi4/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,6 @@ system:
user:
- gui_websocket:host
- websocket:host
language:
detection_module: None
translation_module: libretranslate_plug

0 comments on commit 568af84

Please sign in to comment.