Hi, I translated the EO Pro .po file (kept English but wanted to change the wording of some things), uploaded .mo and .po to the correct folder, but I’m not seeing the changes. I’ve emptied my cache. What have I done wrong?
Thank you

Erica Eide
Hi Erica,
What is the name of the .mo
file and what is WP_LANG
defined as in your config file?

Stephen Harris
I don’t have a language defined (do I have to if I just want American English?)… The .mo is named eventorganiserp.mo

Erica Eide
Hi Erica,
Yes, it defaults to en_US
, in which case the .mo
file should be named eventorganiserp-en_US.mo
(see http://wp-event-organiser.com/documentation/translating-event-organiser/#where-put-translations)

Stephen Harris
I do have the same problem, I copied both files in both folders but it does not affect the translations in fr_FR
Is it normal this file “Event_Organiser_Pro_French.po~” located in : wp-content/plugins/event-organiser-pro/languages ?
Could you please help me ?
-
This reply was modified 10 years, 1 month ago by
Nicolas Massart.

Nicolas Massart
No, it should be eventorganiserp-fr_FR.mo
(.po
, but .mo
is the important one).
Please note that large parts of the form customiser require a .json
version of the .mo
, since the form customiser API.
Any translations provided via this service will be included in future updates, which included the appropriate .json
and .mo
files.

Stephen Harris