Closed (fixed)
Project:
Gutenberg
Version:
8.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2022 at 08:41 UTC
Updated:
28 Dec 2022 at 23:39 UTC
Jump to comment: Most recent
It seems the title in core blocks like Columns is not translatable any more in Drupal. This problem started after upgrading to version 2.5.
Install Gutenberg and try to translate core blocks like Columns. The titles does not show up with the correct translation in the interface.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
avpadernoComment #5
marcofernandes commentedGutenberg uses a different context for block title and description translations.
A new .js file containing the block properties translations needs to be created.
Comment #7
marcofernandes commentedAdded translations for core blocks and a generator script for future gutenberg lib updates.
Comment #8
marcofernandes commented