diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-03-21 12:39:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-21 12:39:26 +0100 |
| commit | 30c950a2c7c805debfa5e32efed5eb3ff4e86b64 (patch) | |
| tree | ccda6a40722393bc41e87e447e241f924a5338f7 /searx/templates/__common__ | |
| parent | 12fa524cf7ceb6bb7c85307420551a13e95a1ada (diff) | |
| parent | 6553c7902925809fd1cbc904dd08db035466a6b2 (diff) | |
Merge pull request #2660 from dalf/upd-translations
[mod] replace /translations.js with an embedded JSON
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') }}!'; |