-
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
Classic block: Add option to convert to blocks #6306
Conversation
@@ -179,7 +180,6 @@ | |||
<string name="gutenberg_native_failed_to_save_files_please_tap_for_options" tools:ignore="UnusedResources">Failed to save files.\nPlease tap for options.</string> | |||
<string name="gutenberg_native_failed_to_upload_files_please_tap_for_options" tools:ignore="UnusedResources">Failed to upload files.\nPlease tap for options.</string> | |||
<string name="gutenberg_native_featured" tools:ignore="UnusedResources">Featured</string> | |||
<string name="gutenberg_native_featured_image" tools:ignore="UnusedResources">Featured Image</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.
The removal of this string is expected as it's now also used in the web version (reference). Hence, it will be translated as part of the Gutenberg plugin.
@derekblank I decided to create the companion GBM PR to check and update the strings localization files. Let me know if you could take a quick look. Thanks 🙇 ! |
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 (pending resolving merge conflicts) 👍
# Conflicts: # gutenberg
Related to WordPress/gutenberg#55461.
To test:
Follow testing instructions from WordPress/gutenberg#55461.
PR submission checklist: