• Ezequiel

    (@ezequiel6arrido)


    I’ve put spanish .po/.mo files in the /locales/ folder inside the plugin’s folder as specified by your load_plugin_textdomain() function:

    load_plugin_textdomain( 'kingcomposer', false, KC_SLUG . '/locales/' ); // /includes/kc.actions.php

    The file names are kingcomposer-es_ES.po and kingcomposer-es_ES.mo, the WordPress language is also Spanish, but King Composer absolutely ignores my translations.

    Why is this happening? Is KC not translation ready?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tung Tran

    (@blackdevilk9it)

    Hi Ezequiel,

    Thanks for your comment.

    You must compile to MO file.

    Best regards,

    Tung

    Thread Starter Ezequiel

    (@ezequiel6arrido)

    The file names are kingcomposer-es_ES.po and kingcomposer-es_ES.mo

    I already have, it still doesn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Why does KC ignore my translation?’ is closed to new replies.