aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/help.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-03-23 18:56:57 -0700
committerBryan Newbold <bnewbold@archive.org>2021-03-23 18:56:57 -0700
commit7ffbae703533cb09f6e2649de8f6613e21694533 (patch)
treeb12e335eef85361fd1a28fb1423b13dbabbbd6ac /fatcat_scholar/templates/help.html
parent556cfeb2538f8ed846908c527fa10dd1b0cb20fe (diff)
downloadfatcat-scholar-7ffbae703533cb09f6e2649de8f6613e21694533.tar.gz
fatcat-scholar-7ffbae703533cb09f6e2649de8f6613e21694533.zip
i18n: wrap /about page with translation tags; update .pot
Diffstat (limited to 'fatcat_scholar/templates/help.html')
-rw-r--r--fatcat_scholar/templates/help.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html
index 8d67110..1a1ffe4 100644
--- a/fatcat_scholar/templates/help.html
+++ b/fatcat_scholar/templates/help.html
@@ -250,11 +250,11 @@ apply range queries like <code>year:&gt;1989 year:&lt;2000</code>.{% endtrans %}
<p>{% trans %}This project is currently a <i>prototype</i>{% endtrans %}
-->
-<p>Some known bugs and issues:
+<p>{% trans %}Some known bugs and issues:{% endtrans %}
<ul>
- <li>Poor metadata quality for conference proceedings. Many are labeled "unpublished" and are not associated with the conference.
- <li>Duplicate versions of same work. Eg, different versions of the same paper or dataset. We are working on basic entity-deduplication in the fatcat catalog.
- <li>Mis-matching of file content or version with work metadata. For example, sometimes pre-prints or author manuscripts are incorrectly associated with version-of-record metadata, or vica-versa.
+ <li>{% trans %}Poor metadata quality for conference proceedings. Many are labeled "unpublished" and are not associated with the conference.{% endtrans %}
+ <li>{% trans %}Duplicate versions of same work. For example, different versions of the same paper or dataset. We are working on basic entity-deduplication in the fatcat catalog.{% endtrans %}
+ <li>{% trans %}Mis-matching of file content or version with work metadata. For example, sometimes pre-prints or author manuscripts are incorrectly associated with version-of-record metadata, or vica-versa.{% endtrans %}
</ul>
{% endblock %}