-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block titles are not translated #3422
Comments
I've just investigated this issue and I found that this problem is caused due to not updating the i18n cache when making a release. As an example, for the Paragraph block's title, the localization key is Looks like the problem is that the scripts that we run when making a release are not assuring that we use the latest localization files. A potential solution would be to clean the localization files when we make the bundles, I saw in the npm command EDIT: I noticed that, if we delete the i18n localization files, we should also explicitly generate the i18n localization files before generating the bundle because they're not automatically generated. |
I finally decided to follow a different approach, I realized that we have a |
I think this may actually be a duplicate of this issue: #3269. Let's just make sure we close both issues once we resolve this (if you agree). |
Yep, most likely this issue has been introduced and fixed in different versions, depending on if the release wrangler had the latest localization files 🤦 . |
Describe the bug
The block titles are not translated, they're showing the text in English independently of the device language.
To Reproduce
Expected behavior
The block titles should be translated.
Screenshots
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: