Add localization support to version spoofer lite
For balackburn again.
This commit is contained in:
parent
7cbe0ed2d3
commit
a728740db6
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ extern NSBundle *YTLitePlusBundle();
|
|||
}];
|
||||
|
||||
# pragma mark - VersionSpooferLite
|
||||
YTSettingsSectionItem *versionSpooferSection = [YTSettingsSectionItemClass itemWithTitle:@"VERSION_SPOOFER_TITLE"
|
||||
YTSettingsSectionItem *versionSpooferSection = [YTSettingsSectionItemClass itemWithTitle:LOC(@"VERSION_SPOOFER_TITLE")
|
||||
accessibilityIdentifier:nil
|
||||
detailTextBlock:^NSString *() {
|
||||
switch (appVersionSpoofer()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue