forked from organicmaps/organicmaps
[ios] MoreAppsVC localization fix
This commit is contained in:
parent
940be86d7a
commit
a9b53daa54
1 changed files with 1 additions and 7 deletions
|
@ -59,13 +59,7 @@ using namespace::storage;
|
|||
|
||||
TitleMWM = @"MapsWithMe Pro";
|
||||
TitleGuides = NSLocalizedString(@"more_apps_guides", nil);
|
||||
NSDictionary * texts = [[AppInfo sharedInfo] featureValue:AppFeatureMoreAppsBanner forKey:@"Texts"];
|
||||
NSString * text = texts[[[NSLocale preferredLanguages] firstObject]];
|
||||
if (!text)
|
||||
text = texts[@"*"];
|
||||
if (!text)
|
||||
text = @"iAd";
|
||||
TitleAds = text;
|
||||
TitleAds = NSLocalizedString(@"more_apps_ads", nil);
|
||||
|
||||
[self updateData];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue