MELS: some i18n

This commit is contained in:
manuroe
2017-07-07 17:58:39 +02:00
parent cba62c229e
commit cb07a34fe5
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -45,8 +45,7 @@
{
// This is a serie for cells tagged with RoomBubbleCellDataTagMembership
// TODO: Build a complete summary like Riot-web
// TODO: i18n the temp string
displayText = [NSString stringWithFormat:@"%@ membership changes", @(events.count)];
displayText = [NSString stringWithFormat:NSLocalizedStringFromTable(@"event_formatter_member_updates", @"Vector", nil), events.count];
}
}