Multilingual translation
-
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!
- The topic ‘Multilingual translation’ is closed to new replies.