diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 17:54:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 17:55:21 -0700 |
commit | 3ba3839ecd7924dc2f25295754d7a257c2542b23 (patch) | |
tree | d7246c44d8cf192da65eb9a14a2006bbed66feee /fatcat_scholar/templates/home.html | |
parent | d12d03bd241d93ffc624747f9f60fdf7fbe18f14 (diff) | |
download | fatcat-scholar-3ba3839ecd7924dc2f25295754d7a257c2542b23.tar.gz fatcat-scholar-3ba3839ecd7924dc2f25295754d7a257c2542b23.zip |
better translation marking; add some basic de and zh
Current translations are just from Google Translate
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index c6d9119..875c055 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -7,7 +7,7 @@ <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column"> <div style="width: 100%; text-align: center;"> - <h1>Search Inside Millions of Research Papers</h1> + <h1>{% trans %}Search Inside Millions of Research Papers{% endtrans %}</h1> <br> <form class="" id="fulltext_query" action="{{ lang_prefix }}/search") }}" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> <meta itemprop="target" content="https://{{ settings.SCHOLAR_DOMAIN }}/fulltext/search?q={q}"/> @@ -21,8 +21,8 @@ </div> <br> <br> - <p style="font-size: 1.1rem;">This fulltext search index includes over 25 million research articles and other documents preserved in the Internet Archive. - <p style="font-size: 1.1rem;">The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web. + <p style="font-size: 1.1rem;">{% trans %}This fulltext search index includes over 25 million research articles and other documents preserved in the Internet Archive.{% endtrans %} + <p style="font-size: 1.1rem;">{% trans %}The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} </div> </div> </div> |