From 9c5f6c527bd9ae1954a22d695f43f1c8f2c82907 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 3 Feb 2024 06:51:23 -0800 Subject: [PATCH] Fixes translation tags --- .../templates/preferences/export-user.html | 40 +++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/bookwyrm/templates/preferences/export-user.html b/bookwyrm/templates/preferences/export-user.html index 58b27f3c1..955cff656 100644 --- a/bookwyrm/templates/preferences/export-user.html +++ b/bookwyrm/templates/preferences/export-user.html @@ -14,31 +14,29 @@

{% trans "You can create an export file here. This will allow you to migrate your data to another BookWyrm account." %}

- {% blocktrans trimmed %}
-

Your file will include:

+

{% trans "Your file will include:" %}

    -
  • User profile
  • -
  • Most user settings
  • -
  • Reading goals
  • -
  • Shelves
  • -
  • Reading history
  • -
  • Book reviews
  • -
  • Statuses
  • -
  • Your own lists and saved lists
  • -
  • Which users you follow and block
  • +
  • {% trans "User profile" %}
  • +
  • {% trans "Most user settings" %}
  • +
  • {% trans "Reading goals" %}
  • +
  • {% trans "Shelves" %}
  • +
  • {% trans "Reading history" %}
  • +
  • {% trans "Book reviews" %}
  • +
  • {% trans "Statuses" %}
  • +
  • {% trans "Your own lists and saved lists" %}
  • +
  • {% trans "Which users you follow and block" %}
-

Your file will not include:

+

{% trans "Your file will not include:" %}

    -
  • Direct messages
  • -
  • Replies to your statuses
  • -
  • Groups
  • -
  • Favorites
  • +
  • {% trans "Direct messages" %}
  • +
  • {% trans "Replies to your statuses" %}
  • +
  • {% trans "Groups" %}
  • +
  • {% trans "Favorites" %}
- {% endblocktrans %}

{% trans "In your new BookWyrm account can choose what to import: you will not have to import everything that is exported." %}

@@ -50,11 +48,11 @@

{% trans "New user exports are currently disabled." %} {% if perms.bookwyrm.edit_instance_settings %} - {% spaceless %} - {% blocktrans%} -
User exports settings can be changed from the Imports page in the Admin dashboard. +
+ {% url 'settings-imports' as url %} + {% blocktrans trimmed %} + User exports settings can be changed from the Imports page in the Admin dashboard. {% endblocktrans %} - {% endspaceless %} {% endif%}

{% elif next_available %}