Skip to content

Commit

Permalink
Add english strings to be translated
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaschifino committed Nov 12, 2024
1 parent 3f690cf commit 99d5f5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/Ecosia/L10N/String.swift
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,8 @@ extension String {
case apnConsentSkipButtonTitle = "Not now"
case apnConsentLastReminderSkipButtonTitle = "No thanks"
case configurableNudgeCardCloseButtonAccessibilityLabel = "Close card button"
case newsletterNTPCardExperimentTitle = "Be the first to know"
case newsletterNTPCardExperimentDescription = "Subscribe to our newsletter for updates on our climate impact and newest features."
case newsletterNTPCardExperimentButton = "Sign up"
}
}
5 changes: 5 additions & 0 deletions Client/Ecosia/L10N/en.lproj/Ecosia.strings
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,8 @@
"Get tips on how to be climate active every day" = "Get tips on how to be climate active every day";
"Allow push notifications" = "Allow push notifications";
"Not now" = "Not now";

// Newsletter
"Be the first to know" = "Be the first to know";
"Subscribe to our newsletter for updates on our climate impact and newest features." = "Subscribe to our newsletter for updates on our climate impact and newest features.";
"Sign up" = "Sign up";

0 comments on commit 99d5f5b

Please sign in to comment.