-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[No Ticket] Update Localized Strings #1831
Conversation
Just a draft pr for now while waiting on the translations for this new string. |
58784c1
to
32c1439
Compare
This is now ready to be reviewed once the GraphSchema has been updated an all CI tests pass |
Codecov Report
@@ Coverage Diff @@
## main #1831 +/- ##
=======================================
Coverage 84.37% 84.37%
=======================================
Files 1276 1276
Lines 115816 115816
Branches 30793 30793
=======================================
Hits 97716 97716
Misses 17034 17034
Partials 1066 1066 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
good to go
📲 What
Copy for the dashboard removal warning banner was recently added to the Kickstarter repo.
This pulls in those updates.
Important Note
A string was added by the android team since they are displaying a banner too. The actual copy though is slightly different than the one we need for iOS.
They are similar and it may look like duplicate code, but that is why.
For reference, the
Creator_dashboard_removal_warning
key is what we need.🤔 Why
We need to make sure we're using localized strings and their translations.
🛠 How
After the string has been added to the Kickstarter repo all we need to do is run
make strings
to manually to update our strings from the server✅ Acceptance criteria