• Hello,
    first of all – thank you for the plugin!

    My question is, is it possible to translate the plugin – especially the frontend labels – to more languages? I am using loco translate and that only translates the backend, and I need to have it in total of 2 languages (en_GB,sk_SK).

    I was also thinking of changing the code a bit from:
    <?php echo $t_previous ?>
    to
    <?php printf(_x('%s','Button: Previous', 'wp-multi-step-checkout'), $t_previous); ?>
    So that the default language – English would be customizable using the plugin itself (passed by the %s) and other languages could be edited using the .po & .mo files.

    Do you think this is a good idea? Or could it cause some issues?
    Thanks!

    • This topic was modified 6 years, 9 months ago by matobeno1. Reason: changed ->
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hello,

    yes, the plugin is indeed not ready yet for multilingual translations.

    Thank you for the code suggestion. I’ll look into it, consider the possible side effects and see if it’s possible to incorporate the changes into the next version.

    When will the plugin be translated with WPML?

    Plugin Author SilkyPress

    (@diana_burduja)

    It is on our TODO list, but we didn’t get a chance to come to it yet. I cannot promise a date, but sometime within the next one-two weeks.

    When will the extension be translated?

    Plugin Author SilkyPress

    (@diana_burduja)

    I’m sorry, we are still caught with other higher priority things at the moment.

    I’d advise you to try another multi-step checkout plugin that has the WPML support already implemented.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multilingual translation’ is closed to new replies.