• 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 .json files 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    Do you have any examples of strings that aren’t being translated? Happy to dig into the code to see if we have some wrong text domains somewhere, or if something else is going on.

    Let me know 🙂

    Thread Starter Cheon, YoungMin

    (@082net)

    @edge22 As mentioned above, not all blocks and block settings are being translated as expected within the block editor. This includes:

    • Block names (labels) from GenerateBlocks (Headline, Button, Container…)
    • Style control names and sub-setting descriptions (Layout, Sizing, Spacing…)

    You can reproduce this issue by setting your site language to Nederlands (nl_NL).

    Plugin Author Tom

    (@edge22)

    Hi there,

    Thanks so much – we’ll review these for the next update 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.