diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 13:22:48 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-05 13:27:32 -0700 |
commit | 98f2f7e24abb28f352c6afceb50f53c3b71ee78a (patch) | |
tree | 8b9574f8451a231585272abcd50b77ad192b7da1 /fatcat_scholar/templates/search.html | |
parent | 858423df30eae637905a49743d21d27c82f113e8 (diff) | |
download | fatcat-scholar-98f2f7e24abb28f352c6afceb50f53c3b71ee78a.tar.gz fatcat-scholar-98f2f7e24abb28f352c6afceb50f53c3b71ee78a.zip |
web: mark more strings for translation
Diffstat (limited to 'fatcat_scholar/templates/search.html')
-rw-r--r-- | fatcat_scholar/templates/search.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 6d90e91..21d209f 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -76,8 +76,8 @@ {% endif %} </div> <p>Computer said: <code>{{ search_error.message }}</code> - <p>Query parsing is currently very naive. Sometimes you can fix this - problem by adding quotes around terms or entire phrases. + <p>{% trans trimmed %}Query parsing is currently very naive. Sometimes you can fix this + problem by adding quotes around terms or entire phrases.{% endtrans %} </div> </div> {% elif hits and hits.results %} |