Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BDE
nk20
Commits
40e74150
Verified
Commit
40e74150
authored
Apr 08, 2022
by
nicomarg
Committed by
ynerant
Apr 13, 2022
Browse files
Added translations for friendships
parent
319405d2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
apps/member/templates/member/profile_trust.html
View file @
40e74150
...
...
@@ -24,7 +24,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% render_table trusting %}
</div>
<div
class=
"alert alert-warning"
>
<div
class=
"alert alert-warning
card
"
>
{% blocktrans trimmed %}
Adding someone as a friend enables them to initiate transactions coming
from your account (while keeping your balance positive). This is
...
...
apps/note/models/notes.py
View file @
40e74150
...
...
@@ -245,7 +245,7 @@ class Trust(models.Model):
unique_together
=
(
"trusting"
,
"trusted"
)
def
__str__
(
self
):
return
_
(
"Friendship between {trusting} and{trusted}"
).
format
(
return
_
(
"Friendship between {trusting} and
{trusted}"
).
format
(
trusting
=
str
(
self
.
trusting
),
trusted
=
str
(
self
.
trusted
))
...
...
locale/fr/LC_MESSAGES/django.po
View file @
40e74150
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment