Skip to content
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

Merged
merged 1 commit into from
Mar 9, 2023
Merged

Remove references to Dark Sky from app #651

merged 1 commit into from
Mar 9, 2023

Conversation

aaronbrethorst
Copy link
Member

Fixes #650

Copy link
Member

@ualch9 ualch9 left a 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";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ualch9 ualch9 added this to the 23.2 milestone Mar 7, 2023
@ualch9
Copy link
Member

ualch9 commented Mar 9, 2023

cool

@ualch9 ualch9 deleted the dark-sky branch March 9, 2023 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Dark Sky references
2 participants