Closed andrewdmontgomery closed 1 month ago
App Name | Gravatar SwiftUI Prototype Build | |
Build Number | 1299 | |
Version | 1.0 | |
Bundle ID | com.automattic.gravatar-sdk-demo-swiftui.prototype-build | |
Commit | a1bf5162a57f4cdbe4a2af4d9a4b80bc1769029a | |
App Center Build | Gravatar SDK Demo - SwiftUI #153 |
App Name | Gravatar UIKit Prototype Build | |
Build Number | 1299 | |
Version | 1.0 | |
Bundle ID | com.automattic.gravatar-sdk-demo-uikit.prototype-build | |
Commit | a1bf5162a57f4cdbe4a2af4d9a4b80bc1769029a | |
App Center Build | Gravatar SDK Demo - UIKit #154 |
@etoledom I updated the description to limit the required testing. It just needs to pass CI.
Before we release, we'll want to QA the layouts, etc. But this PR is just to merge in the localizations. The QA should be handled separately.
Closes #
Description
Note: in the Photo Picker, the
Choose a Photo
andTake a Photo
strings are not yet localized. Those are handled in a separate PR: #400Testing Steps
Necessary Tests
For the Curious
If you're curious, you can check out various localizations. However, any localization bugs will be handled in a separate PR.
App Language
for each schemeNote: Most of the time, you should ignore missing localizations for any Navigation bar items. They will only be localized if the strings are localized by the parent view, which is usaully (but not always) the Demo app. We do not provide any localized strings in the Demo app. There are times, though, where we we use system labels (such as
.done
). In those cases, they will appear localized.Note: The exception to that rule is the
Profile editor with oauth
view. TheDone
button here is provided by the SDK, and should be localized.