-
Notifications
You must be signed in to change notification settings - Fork 662
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
Update string resources #6608
Update string resources #6608
Conversation
This is awesome! Thanks for doing this!! |
Diffuse output:
APK
DEX
ARSC
|
5a188d5
to
37c2e5b
Compare
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.
This is mostly a directional approval, as well as confirming nothing malicious is going on. Going through each line is a bit crazy.
@@ -283,7 +283,7 @@ internal fun UploadScreen( | |||
} | |||
LoadingButton( | |||
modifier = Modifier.testTag(UPLOAD_SCREEN_CONTINUE_BUTTON_TAG), | |||
text = stringResource(id = R.string.kontinue).uppercase(), | |||
text = stringResource(id = R.string.stripe_kontinue).uppercase(), |
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.
Might be able to spell this right now!
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.
ah this is intentional as i was trying to avoid a keyword conflict
37c2e5b
to
987c5d5
Compare
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.
Lgtm! Browsed through the changes
@@ -1,7 +0,0 @@ | |||
<?xml version="1.0" encoding="utf-8"?> |
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.
Was this unused?
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.
Yes!
(Sorry, I think this came from #6603 and I didn’t undo this change when branching off into this pull request.)
289d297
to
bf0ba1f
Compare
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.
Thanks for fixing this!
bf0ba1f
to
cdc61f9
Compare
Summary
This pull request makes sure that our string resources use a
stripe_
prefix to avoid conflicts with strings of the host application.We don’t regard the strings as part of the public API, so we’ll release this as a patch update.
As a follow-up, #6603 will actually enforce the
Stripe
/stripe_
prefix for our resources. Because that changes touches even more files, I’m going to do it separately.Motivation
Resolves #6395
Testing
Screenshots
Changelog