mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[enh] themes: display the engine descriptions
This commit is contained in:
@@ -394,7 +394,9 @@ def image_proxify(url):
|
||||
def get_translations():
|
||||
return {
|
||||
# when there is autocompletion
|
||||
'no_item_found': gettext('No item found')
|
||||
'no_item_found': gettext('No item found'),
|
||||
# /preferences: the source of the engine description (wikipedata, wikidata, website)
|
||||
'Source': gettext('Source'),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user