Thread Starter
antwal
(@antwal)
solved, I modified the plugin. I don’t want to use another plugin to do the translations
Thread Starter
antwal
(@antwal)
Hi,
I solved it another way, without having to modify the plugin directly:
the steps are as follows:
- copy the “flexible-coupons.pot” file from the “plugins/flexible-coupons/lang” folder
- remove the “X-Domain” field from the file
- save or rename the file to: “flexible-coupons-(locale).po”
- open the file with poedit and edit the translations
- save and then compile the “.mo” file
- move both files to “wp-content/languages/plugins”
This is how it works and you can avoid installing translation plugins
hey, thanks for the description of the change!
Well done if you want to avoid installing additional plugins!