[wp-meta] [Making WordPress.org] #4084: About/Roadmap: Gutenberg demo URL should be translatable
Making WordPress.org
noreply at wordpress.org
Sun Jan 20 01:38:03 UTC 2019
#4084: About/Roadmap: Gutenberg demo URL should be translatable
-------------------------------------------+-------------------------
Reporter: audrasjb | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: International Sites (Rosetta) | Keywords: needs-patch
-------------------------------------------+-------------------------
Since Locales have a localized Gutenberg demo page, I think the link to
the demo should be translatable as well.
Related code in `page-about-roadmap.php`:
{{{#!php
printf(
/* translators: %s: Link to Gutenberg demo page */
wp_kses_post( __( 'WordPress is continually under development.
Currently, work is underway on Phase 2 of the Gutenberg project. The
Gutenberg project is a reimagination of the way we manage content on the
web. Its goal is to broaden access to web presence, which is a foundation
of successful modern businesses. Phase 1 was the new block editor, which
was released in WordPress 5.0, you can <a href="%s">see that in action
here</a>. In 2019 we’re focusing on Phase 2 which brings block editing to
the entire site, not just posts and pages.', 'wporg' ) ),
esc_url( 'https://wordpress.org/gutenberg/' )
);
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4084>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list