Viewing 11 replies - 1 through 11 (of 11 total)
  • Same problem
    WC 2.1.11

    @ralphonz
    Your link gives a “This webpage is not available” error.

    same problem.

    my website: http://lojavirtualcart.com.br/euquero/

    the problem is exectly the same of ralphonz has described.

    Thank you!

    Same problem

    WC 2.1.11

    You can wait and see if Woo will update the language files, but if you don’t want to wait, various background reading and methods, including a plugin, are here.

    Here is one method. I am using Spanish as an example.

    Bring up wp-config.php in a text editor and look for the line:
    define(‘WPLANG’, ‘es_ES’);
    This will give you your language identifier, in this case its “es_ES”

    Go to wp-content/plugins/woocommerce/i18n/languages
    and look for:
    woocommerce-es_ES.po
    Rename it with a .txt extension so you can edit it.

    Add a pair of lines at the end for each form label translation. The first is the English that appears now, the second line is the translation in your language. For example:
    msgid “Company Name”
    msgstr “Nombre de compañía”

    Change the file back to .po and download it to your hard drive.

    Compile your .po to .mo using this tool:
    http://po2mo.net/

    The converted filename might be:
    h5673b_woocommerce_es_ES.po
    change it to
    woocommerce-es_ES.po
    Ensure you get the underscores and hyphens right.

    Upload the .po to
    wp-content/plugins/woocommerce/i18n/languages
    overwriting the file that was there.

    If you have a page caching plugin, delete cached pages.

    It’s working now, i copied the old woocommerce-pt_BR.po and woocommerce-pt_BR.mo files.

    The define(‘WPLANG’, ‘es_ES’); was already in place. thanks for helping.

    perfect, only one thing, is necessary upload the .po and the .mo to:
    wp-content/plugins/woocommerce/i18n/languages
    overwriting the file that was there. (not only .po file)

    It’s working perfectly now. Tks

    Thread Starter ralphonz

    (@ralphonz)

    Sorry for the lack of responses, I’ve been away.

    Thanks for all the replies. My link works for me…

    So – the woo commerce language file is incomplete? I would have thought the checkout would be top priority on the list of things to translate!

    @ralphonz
    I’m still unable to load your site (from UK). I’ve used this tool:
    http://tools.pingdom.com/fpt/
    and your site loads from Dallas and NY USA but not from Amsterdam. So some issue with DNS setup.

    Thread Starter ralphonz

    (@ralphonz)

    @lorro

    Thanks, I’ve updated the DNS. Hopefully it should be fine now.

    <<So – the woo commerce language file is incomplete? I would have thought the checkout would be top priority on the list of things to translate!>>

    that’s right, it’s simply unbelievable!!!

    how do we really solve the problem?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Woocommerce Billing form label and Payment method translations’ is closed to new replies.