diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-16 07:36:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-16 07:36:44 +0000 |
| commit | 223430ff30549631be17ea36ff6d1f119c6af64e (patch) | |
| tree | 20f79059916ace4dd62cf92ba3e24f7d31532746 /searx/templates/__common__ | |
| parent | f8254cebc07967988eefe43aca9298b1a470db78 (diff) | |
| parent | 0dc5bdb6ef602d00456eb1db96d45e2f42b2b7a4 (diff) | |
Merge branch 'master' into gigablast
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') }}!'; |