diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-16 05:56:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 05:56:12 +0000 |
| commit | dda4a46f8ede4d4f035143cac864769873ad0236 (patch) | |
| tree | 707ef88f3a3289ba37191c2bac683ae64674613e /searx/templates/__common__ | |
| parent | e2770b587186d8ab4e4c7b44ba83f2014edffa09 (diff) | |
| parent | 0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (diff) | |
Merge branch 'master' into filtron
Diffstat (limited to 'searx/templates/__common__')
| -rw-r--r-- | searx/templates/__common__/translations.js.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/templates/__common__/translations.js.tpl b/searx/templates/__common__/translations.js.tpl new file mode 100644 index 000000000..8453aba69 --- /dev/null +++ b/searx/templates/__common__/translations.js.tpl @@ -0,0 +1 @@ +var could_not_load = '{{ _('could not load data') }}!'; |