From f949d08034543f59e4c2c19e994f853c28cd81bd Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 1 Apr 2021 12:23:13 -0700 Subject: [PATCH] Wording consistency and locales compiled for getting started views --- bookwyrm/templates/get_started/books.html | 2 +- bookwyrm/templates/get_started/layout.html | 2 +- bookwyrm/templates/get_started/profile.html | 2 +- bookwyrm/templates/get_started/users.html | 2 +- locale/de_DE/LC_MESSAGES/django.po | 306 ++++++++++++------- locale/en_US/LC_MESSAGES/django.po | 281 +++++++++++------- locale/es/LC_MESSAGES/django.mo | Bin 26264 -> 26233 bytes locale/es/LC_MESSAGES/django.po | 309 +++++++++++++------- locale/fr_FR/LC_MESSAGES/django.mo | Bin 24333 -> 24275 bytes locale/fr_FR/LC_MESSAGES/django.po | 309 +++++++++++++------- locale/zh_CN/LC_MESSAGES/django.mo | Bin 29373 -> 29305 bytes locale/zh_CN/LC_MESSAGES/django.po | 305 ++++++++++++------- 12 files changed, 1016 insertions(+), 502 deletions(-) diff --git a/bookwyrm/templates/get_started/books.html b/bookwyrm/templates/get_started/books.html index 9e2e422ca..06f87c3a1 100644 --- a/bookwyrm/templates/get_started/books.html +++ b/bookwyrm/templates/get_started/books.html @@ -8,7 +8,7 @@
{% if request.GET.query and not book_results %} -

{% blocktrans %}Sorry, books were found. You can add books when you start using {{ site_name }}{% endblocktrans %}

+

{% blocktrans with query=request.GET.query %}No books found for "{{ query }}"{% endblocktrans %}. {% blocktrans %}You can add books when you start using {{ site_name }}.{% endblocktrans %}

{% endif %}
diff --git a/bookwyrm/templates/get_started/layout.html b/bookwyrm/templates/get_started/layout.html index 862588f49..0e80a5021 100644 --- a/bookwyrm/templates/get_started/layout.html +++ b/bookwyrm/templates/get_started/layout.html @@ -23,7 +23,7 @@