Hi @tudorg,
All the strings in the plugin can be changed using normal translation software, like PoEdit. If you’re having trouble getting this to work, though, I recommend a plugin called Loco Translate.
https://wordpress.org/plugins/loco-translate/
It provides an interface in your WordPress admin where you can change the language on any plugin or theme on your site.
Hi @natewr,
I need to shorten a label since the italian translation is too long (goes in two lines). I tried editing the two translation files .mo and .mo, changed what I thought it was the label but nothing happened. I still see the original translation like I didn’t do anything.
Do you still recommend me the translation plugin or it is possible to change something in the named translation file?
Thanks
Stefano
Hi @stefanodv,
Typically, the .po file is modified and then the .mo file is a binary that’s compiled from the new .po file. The compilation is usually done with software like PoEdit.
If you’re not familiar with that, I’d recommend checking out Loco Translate linked above, which will do the compilation for you.
If you’ve tried that and you’re still not getting the change, it could be that the .mo file is not stored in the correct location. Alternatively, depending on what theme you’re using, it may override the booking form with it’s own. In that case, you’d need to make the translations in the theme rather than the plugin.
It worked perfectly. Thank you very much.
🙂