i18n: Make menu and title labels in Gutenberg plugin translatable#43500
i18n: Make menu and title labels in Gutenberg plugin translatable#43500t-hamano merged 2 commits intoWordPress:trunkfrom
Conversation
|
@mhimon can you provide a description to this PR? |
Added. Thanks |
|
Hi @mhimon, Do you mean you want the menu labels in the Gutenberg plugin to be translatable? Then it would be a good idea to make the first argument, $page_title, translatable as well. Note that the plugin label change was also suggested in #8074. |
|
Updated! Thanks. |
|
@mhimon Sorry for the delay in re-checking this PR. Could you rebase with the latest trunk in order to merge this PR? That way, GitHub Actions that are stopped will be re-run. |
t-hamano
left a comment
There was a problem hiding this comment.
After closing and reopening this PR, GitHub Action seems to have started working again. I think this change makes sense and I would like to merge it after it passes all tests.
Thanks for your contribution!
|
✅ I updated the PHP Sync Tracking Issue for WP 6.5 to note this PR does not require a backport for WP 6.5. It only changes the menu item for the Gutenberg Plugin and thus is unused in WP Core. |
Added translation to Page Title.