[enh] themes: display the engine descriptions

This commit is contained in:
Alexandre Flament 2021-09-18 11:01:39 +02:00
parent bfd24d1226
commit 2f1384f198
7 changed files with 71 additions and 4 deletions

View file

@ -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'),
}