diff options
author | Alexandre Flament <alex@al-f.net> | 2021-03-16 11:07:04 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-03-16 11:22:21 +0100 |
commit | 6553c7902925809fd1cbc904dd08db035466a6b2 (patch) | |
tree | b19fa74d6027dd64bd9f3b04b3b71f627940d20b /searx/static/themes/simple/js/searx.js | |
parent | cb3b379161e3351d4829b2e37478125582b9fc08 (diff) | |
download | searxng-6553c7902925809fd1cbc904dd08db035466a6b2.tar.gz searxng-6553c7902925809fd1cbc904dd08db035466a6b2.zip |
[mod] replace /translations.js by embedded JSON
In webapp.py, there is a new function "get_translations" lists available translations
Close #2064
Diffstat (limited to 'searx/static/themes/simple/js/searx.js')
-rw-r--r-- | searx/static/themes/simple/js/searx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searx.js b/searx/static/themes/simple/js/searx.js index 8fb2471b0..1abe81e4d 100644 --- a/searx/static/themes/simple/js/searx.js +++ b/searx/static/themes/simple/js/searx.js @@ -1529,7 +1529,7 @@ module.exports = AutoComplete; if (searx.autocompleter) { searx.autocomplete = AutoComplete.call(w, { Url: "./autocompleter", - EmptyMessage: searx.no_item_found, + EmptyMessage: searx.translations.no_item_found, HttpMethod: searx.method, HttpHeaders: { "Content-type": "application/x-www-form-urlencoded", |