Added some comments for translators

This commit is contained in:
2016-06-29 10:56:41 -05:00
parent f5608576c9
commit e528aa1eec
6 changed files with 25 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ def add_text(status):
def compose_person(status, session):
if status.has_key("last_seen"):
original_date = arrow.get(status["last_seen"]["time"])
# Translators: This is the date of last seen
last_seen = _(u"{0}").format(original_date.humanize(locale=languageHandler.getLanguage()),)
elif status.has_key("last_seen") == False and status.has_key("deactivated"):
last_seen = _(u"Account deactivated")