GenerateBlocks 2.x translation not working
-
I’m currently working on translating GenerateBlocks 2.x into Korean.
However, I’ve noticed that not all blocks and block settings are being translated as expected within the block editor. While I’ve confirmed that the
.po,.mo, and.jsonfiles are correctly stored, and the JSON translations are indeed being loaded on the block editor page, many elements still remain in English.I also observed multiple lines of
wp.i18n.setLocaleData( localeData, domain );related to GenerateBlocks script translations, which might be a contributing factor.To further troubleshoot, I even tested with the Dutch (
nl_NL) translation, which is listed as 100% complete on the WordPress translation page: https://translate.wordpress.org/projects/wp-plugins/generateblocks/stable/nl/default/Despite this, the same issue persists, suggesting the problem might be related to the GenerateBlocks plugin itself.
Could you please provide any insights or potential solutions for this?
You must be logged in to reply to this topic.