[fix] set language_support for engines with languages in traits (#6258)

In the past, the engine option ``language_support`` was not consistently
maintained; with this patch, a ValueError is now thrown if an engine has
languages in its traits but language_support is not set to True.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser
2026-06-15 08:25:36 +02:00
committed by Markus Heiser
parent 6c9dcd4242
commit cf1410af8d
21 changed files with 25 additions and 2 deletions
+1
View File
@@ -66,6 +66,7 @@ about = {
categories = ["news"]
paging = False
time_range_support = False
language_support = True
# Google-News results are always *SafeSearch*. Option 'safesearch' is set to
# False here.