Add ability to use gettext/code inside markup string (eg PreviewButton's "Please wait") #7725
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
Internationalization (i18n)
Issues or PRs related to internationalization efforts
[Type] Code Quality
Issues or PRs that relate to code quality
As mentioned in #3301,
PreviewButton
has untranslated strings (https://github.com/WordPress/gutenberg/blob/master/editor/components/post-preview-button/index.js#L75), but we can't just put__()
in there because we don't have React escaping.https://github.com/WordPress/gutenberg/pull/3301/files#r148514197
The text was updated successfully, but these errors were encountered: