From 953415f7df802881612e57e055cb6d326a7a31bb Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Thu, 23 Jan 2020 17:41:35 +0100 Subject: [PATCH] Prepare profile and billing to be translated. --- musician/templates/musician/billing.html | 12 ++++++------ musician/templates/musician/profile.html | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/musician/templates/musician/billing.html b/musician/templates/musician/billing.html index 46d1396..f181341 100644 --- a/musician/templates/musician/billing.html +++ b/musician/templates/musician/billing.html @@ -4,7 +4,7 @@ {% block content %}

{% trans "Billing" %}

-

Little description of what to be expected...

+

{% trans "Little description of what billing section is." %}

@@ -16,11 +16,11 @@ - - - - - + + + + + diff --git a/musician/templates/musician/profile.html b/musician/templates/musician/profile.html index 6a49dd6..44c57ab 100644 --- a/musician/templates/musician/profile.html +++ b/musician/templates/musician/profile.html @@ -3,12 +3,12 @@ {% block content %} -

Profile

-

Little description of what to be expected...

+

{% trans "Profile" %}

+

{% trans "Little description of what profile section is." %}

-
User information
+
{% trans "User information" %}
@@ -18,12 +18,12 @@

{{ profile.username }}

{{ profile.type }}

-

Preferred language: {{ profile.language }}

+

{% trans "Preferred language:" %} {{ profile.language|language_name_local }}

{% comment %} {% endcomment %}
@@ -31,7 +31,7 @@ {% with profile.billing as contact %}
-
Billing information
+
{% trans "Billing information" %}
{{ contact.name }}
{{ contact.address }}
@@ -45,7 +45,7 @@
- payment method: {{ payment.method }} + {% trans "payment method:" %} {{ payment.method }}
{% if payment.method == 'SEPADirectDebit' %}
NumberBill dateTypeTotalDownload PDF{% trans "Number" %}{% trans "Bill date" %}{% trans "Type" %}{% trans "Total" %}{% trans "Download PDF" %}