-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#1763] Change texts and table for profile page #790
Conversation
3010522
to
1a42694
Compare
d6d7373
to
8b030a6
Compare
Codecov Report
@@ Coverage Diff @@
## develop #790 +/- ##
===========================================
- Coverage 93.17% 93.16% -0.01%
===========================================
Files 721 722 +1
Lines 25027 25020 -7
===========================================
- Hits 23318 23311 -7
Misses 1709 1709
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
19d1104
to
e961641
Compare
32d1ab1
to
65634bd
Compare
{% url 'profile:contact_list' as mentor_url %} | ||
{% link href=mentor_url|add:"?type=begeleider" text=_('My mentor(s)') %} | ||
{% else %} | ||
{% trans "Begeleider(s)" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'My mentor(s)' for both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do.
<div class="tabled__item">{{request.user.get_full_name}}{% if request.user.get_address %}, {{ request.user.get_address }}{% endif %}</div> | ||
<div class="tabled__item tabled__item--force-right tabled__item--mobile-big">{% link href="profile:data" text="Bekijken" icon="arrow_forward" icon_position="after" primary=True %}</div> | ||
</div> | ||
{% endif %} | ||
|
||
{% if view.config.selected_categories %} | ||
<div class="tabled__row"> | ||
<div class="tabled__item tabled__item--bold">{% trans "Interessegebieden" %}</div> | ||
<div class="tabled__item tabled__item--bold">{% link href="profile:categories" text=_('My categories') %}</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why English? Most of the texts in this template are in Dutch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking: if I have to change some text per request from one of the municipalities, or add completely new text, the default should be in English - this could be a gradual way to change all code-text into English. I can update this me.html
template to be completely English.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know. Feel free to get started with this, but no pressure.
issue connected to feedback about texts from Leeuwarden: https://taiga.maykinmedia.nl/project/open-inwoner/task/1763
Making topics in Profile into a link.
When adding new texts: make them English by default.
More new design is coming up in new issue.
Note to myself for translations:
interessegebieden wordt 'mijn onderwerpen'; Communicatievoorkeuren wordt 'ontvang berichten over'/Receive notifications for