-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove references to Dark Sky from app #651
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generating localization files bugged out?
"data_migration_bulletin.finished_loading" = "Data Upgrade Complete!"; | ||
|
||
/* Data migration report label for showing the number of failed migration tasks. */ | ||
"data_migration_bulletin.report_summary_number_of_failures" = "data_migration_bulletin.report_summary_number_of_failures"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"data_migration_bulletin.report_summary_number_of_failures" = "data_migration_bulletin.report_summary_number_of_failures"; | |
"data_migration_bulletin.report_summary_number_of_failures" = "%d failures"; |
"data_migration_bulletin.report_summary_number_of_failures" = "data_migration_bulletin.report_summary_number_of_failures"; | ||
|
||
/* Data migration report label for showing the number of successful migration tasks. */ | ||
"data_migration_bulletin.report_summary_number_of_successes" = "data_migration_bulletin.report_summary_number_of_successes"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"data_migration_bulletin.report_summary_number_of_successes" = "data_migration_bulletin.report_summary_number_of_successes"; | |
"data_migration_bulletin.report_summary_number_of_successes" = "%d successful"; |
@@ -175,15 +175,6 @@ public class MoreViewController: UIViewController, | |||
guard let url = Bundle.main.privacyPolicyURL else { return } | |||
let safari = SFSafariViewController(url: url) | |||
self.application.viewRouter.present(safari, from: self) | |||
}), | |||
|
|||
OBAListRowView.DefaultViewModel( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
cool |
Fixes #650