vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.

This commit is contained in:
Stefan Ceriu
2021-09-28 08:40:01 +03:00
committed by Stefan Ceriu
parent 83db774313
commit 04bc95a85c
77 changed files with 1099 additions and 1108 deletions
@@ -97,11 +97,11 @@
{
if (section == self.groupInvitesSection)
{
sectionTitle = NSLocalizedStringFromTable(@"group_invite_section", @"Vector", nil);
sectionTitle = [VectorL10n groupInviteSection];
}
else if (section == self.joinedGroupsSection)
{
sectionTitle = NSLocalizedStringFromTable(@"group_section", @"Vector", nil);
sectionTitle = [VectorL10n groupSection];
}
}