diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-16 07:39:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 07:39:20 +0000 |
| commit | 5dd235463a11bec2e3546e89f2b31d2a5aa40326 (patch) | |
| tree | de9739ad90ab1fe39c06e98af2bd8b6a4ac0c58f /searx/templates/__common__ | |
| parent | 178918438662a35585a15a9dee67c62755017824 (diff) | |
| parent | 0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (diff) | |
Merge branch 'master' into new-readme
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') }}!'; |