Translation updates

This commit is contained in:
Nicolas Werner 2020-05-10 01:38:40 +02:00
parent 6befadeec8
commit 000ab4853a
16 changed files with 925 additions and 339 deletions

View file

@ -1338,7 +1338,7 @@ Cache::getLastMessageInfo(lmdb::txn &txn, const std::string &room_id)
auto time = QDateTime::fromMSecsSinceEpoch(ts);
fallbackDesc = DescInfo{QString::fromStdString(obj["event"]["event_id"]),
local_user,
tr("You joined this room"),
tr("You joined this room."),
utils::descriptiveTime(time),
ts,
time};