diff options
author | Adam Tauber <asciimoo@gmail.com> | 2020-06-15 20:11:12 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2020-06-15 20:11:12 +0200 |
commit | 0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (patch) | |
tree | 8c350efeed5adab66deb03d67fe15663224031a6 | |
parent | 32f7877235f87f1dcfabc271e5c92539bbcdac9a (diff) | |
download | searxng-0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4.tar.gz searxng-0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4.zip |
[fix] add missing template file
-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') }}!'; |