From 3ba3839ecd7924dc2f25295754d7a257c2542b23 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 May 2020 17:54:59 -0700 Subject: better translation marking; add some basic de and zh Current translations are just from Google Translate --- fatcat_scholar/templates/search.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fatcat_scholar/templates/search.html') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 8d9fb7d..02e169b 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -5,7 +5,7 @@
- Filters + {{ _("Filters") }}

{{ search_macros.query_option(query.time_options, query.filter_time) }} {{ search_macros.query_option(query.type_options, query.filter_type) }} @@ -55,9 +55,9 @@

{% if search_error.type == "backend" %} - Backend Search Engine Error + {% trans %}Backend Search Engine Error{% endtrans %} {% elif search_error.type == "query" %} - Query Error + {% trans %}Search Query Error{% endtrans %} {% endif %}

Computer said: {{ search_error.message }} @@ -75,7 +75,7 @@

- We didn't find any documents matching your query + {% trans %}We didn't find any documents matching your query{% endtrans %}
Try archive.org @@ -88,7 +88,7 @@
- Enter a query in the box above to get started + {% trans %}Enter a query in the box above to get started{% endtrans %}
{% endif %} -- cgit v1.2.3