mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-26 12:53:12 -06:00
Add "Relationship" to translation
This commit is contained in:
parent
a138b8c02e
commit
22b8d91612
@ -107,7 +107,7 @@ class profileController(object):
|
|||||||
string = string+ _(u"Protected: %s\n") % (protected)
|
string = string+ _(u"Protected: %s\n") % (protected)
|
||||||
if hasattr(self, "friendship_status"):
|
if hasattr(self, "friendship_status"):
|
||||||
relation = False
|
relation = False
|
||||||
friendship = "Relationship: "
|
friendship = _(u"Relationship: ")
|
||||||
if self.friendship_status[0].following:
|
if self.friendship_status[0].following:
|
||||||
friendship += _(u"You follow {0}. ").format(self.data.name,)
|
friendship += _(u"You follow {0}. ").format(self.data.name,)
|
||||||
relation = True
|
relation = True
|
||||||
|
Loading…
Reference in New Issue
Block a user