-
Notifications
You must be signed in to change notification settings - Fork 58
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
Fix missing Featured Image translations #4464
Conversation
Also include the Android strings for verifcation
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.
I think the localization strings file for iOS should be also updated as the string now has a different value (reference). You could update both by running the command npm run i18n:update
.
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
bundle/android/strings.xml
Outdated
@@ -142,7 +142,7 @@ | |||
<string name="gutenberg_native_duplicate_block" tools:ignore="UnusedResources">Duplicate block</string> | |||
<string name="gutenberg_native_each_block_has_its_own_settings_to_find_them_tap_on_a_block_its_s" tools:ignore="UnusedResources">Each block has its own settings. To find them, tap on a block. Its settings will appear on the toolbar at the bottom of the screen.</string> | |||
<string name="gutenberg_native_edit_cover_media" tools:ignore="UnusedResources">Edit cover media</string> | |||
<string name="gutenberg_native_edit_file" tools:ignore="UnusedResources">Edit file</string> | |||
<string name="gutenberg_native_edit_file" tools:ignore="UnusedResources">Edit file </string> |
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.
Not sure if this is accurate, this string is referenced here but it doesn't include the extra space 🤔 .
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 🎊 !
Approved via WordPress/gutenberg#37956 (review).
NOTE: I see that the Gutenberg ref is not pointing to the latest commit of WordPress/gutenberg#37956, we should update it once the Gutenberg PR is merged.
@jhnstn I'm wondering if we should update the PR's title in order to describe more accurately the introduced change, wdyt? |
I noticed while testing the iOS beta version Not translated strings:
|
Fix missing translations on Android
See GB : WordPress/gutenberg#37956
Partial Fix for #4432
To test:
See test step on WordPress/gutenberg#37956
NOTE: This issue only affects the Android platform.
(Edited by @fluiddot)
PR submission checklist: