Add localization

This commit is contained in:
Bryce Hackel
2024-08-16 01:01:33 -07:00
parent 1647358a9e
commit 6e8bbcb49e
15 changed files with 44 additions and 2 deletions

View File

@@ -200,8 +200,8 @@ static const NSInteger YTLiteSection = 789;
[sectionItems addObject:pasteSettings];
YTSettingsSectionItem *videoPlayer = [%c(YTSettingsSectionItem)
itemWithTitle:LOC(@"VIDEO_PICKER")
titleDescription:LOC(@"VIDEO_PICKER_DESC")
itemWithTitle:LOC(@"VIDEO_PLAYER")
titleDescription:LOC(@"VIDEO_PLAYER_DESC")
accessibilityIdentifier:nil
detailTextBlock:nil
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {