Making WordPress.org

Opened 6 years ago

Closed 6 years ago

#4084 closed enhancement (fixed)

About/Roadmap: Gutenberg demo URL should be translatable

Reported by: audrasjb's profile audrasjb Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: Priority: normal
Component: General Keywords: needs-patch
Cc:

Description (last modified by netweb)

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/' )
);

Change History (4)

#2 @ocean90
6 years ago

  • Component changed from International Sites (Rosetta) to General

#3 @netweb
6 years ago

  • Description modified (diff)

#4 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 8119:

WordPress.org Main Theme: Roadmap: Link to Gutenberg demo page on the same domain.

Props audrasjb.
Fixes #4084.

Note: See TracTickets for help on using tickets.