Opened 7 months ago
Closed 7 months ago
#62155 closed defect (bug) (duplicate)
[WP 6.7 beta1] Block editor translation issue in sub-directory enabled Multisites
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.7 |
Component: | I18N | Keywords: | |
Focuses: | multisite | Cc: |
Description
This is a regression as rolling back to the latest stable version fixes the issue.
- Make sure to test on a Multisite with sub-directories: e.g. (A) localhost (B) localhost/test
- Change the site languages on both instances to "de_DE" (or any other non-english locale)
- Upgrade to WordPress 6.7 beta1
- Install WooCommerce (both instances) - however, this issue can also be reproduced in other plugins as well
- Insert the "Single Product" block in the block editor (both instances):
<!-- wp:woocommerce/single-product --> <div class="wp-block-woocommerce-single-product"></div> <!-- /wp:woocommerce/single-product -->
- Notice that on the main site "A" the block gets fully translated to German as expected:
Suche nach einem Produkt, das angezeigt werden soll
andFertig
. - Sub site "B" displays the block controls in English:
Search for a product to display
andDone
. General labels and descriptions (probably coming fromblock.json
?) are translated though.
Change History (1)
Note: See
TracTickets for help on using
tickets.
This sounds like a regression from #62016 which itself was supposed to fix another regression.
Closing this in favor of #62016