mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
tests for language support in engines
This commit is contained in:
parent
1b46ecd21a
commit
e0c270bd72
9 changed files with 54 additions and 5 deletions
|
@ -110,7 +110,7 @@ class SearchLanguageSetting(EnumStringSetting):
|
|||
elif data == 'ar-XA':
|
||||
data = 'ar-SA'
|
||||
else:
|
||||
data = 'all'
|
||||
data = self.value
|
||||
self.value = data
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue