Thread Starter
gmcms
(@gmcms)
It would be great to have the same text domain in all the php program to not break the translation on the next plugin upgrade.
Thanks
Thread Starter
gmcms
(@gmcms)
I will answer to myself. There is a bug in the call to load_plugin_textdomain. The domain is not “sgr” but it has to be “simple-google-recaptcha” to use the translation files from the plugin’s languages directory.
Thread Starter
gmcms
(@gmcms)
[solved]
It was an issue with the twentyfifteen-fr_FR.po file form the french distribution.
Regards