Problem
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.
Steps to reproduce
Install Gutenberg and try to translate core blocks like Columns. The titles does not show up with the correct translation in the interface.
Issue fork gutenberg-3319060
Show commands
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