From 0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 15 Jun 2020 20:11:12 +0200 Subject: [PATCH] [fix] add missing template file --- searx/templates/__common__/translations.js.tpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 searx/templates/__common__/translations.js.tpl 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') }}!';