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/templates/__common__ | |
| parent | cb3b379161e3351d4829b2e37478125582b9fc08 (diff) | |
[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/templates/__common__')
| -rw-r--r-- | searx/templates/__common__/translations.js.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/templates/__common__/translations.js.tpl b/searx/templates/__common__/translations.js.tpl deleted file mode 100644 index 8453aba69..000000000 --- a/searx/templates/__common__/translations.js.tpl +++ /dev/null @@ -1 +0,0 @@ -var could_not_load = '{{ _('could not load data') }}!'; |