Hello and thank you for this plugin
I have translate the defaut lang files and uploaded but surveys still in english
What to do to works translations
Thanks
(sorry my bad english)
Hello and thank you for this plugin
I have translate the defaut lang files and uploaded but surveys still in english
What to do to works translations
Thanks
(sorry my bad english)
Hello breakolami,
I had the same problem (see my posts in this forum or the one for evenr plugin) and to fix it, I have :
1. put the translation files (surveys-fr_FR.po and .mo ) under /lang
2. add this line into surveys.php at the beginning of the script
-----------
/// Initialize this plugin. Called by 'init' hook.
require_once('wpframe.php');
add_action('init', 'eventr_init');
function eventr_init() {
load_plugin_textdomain($GLOBALS['wpframe_plugin_name'], 'wp-content/plugins/surveys/lang' );
------------------------------
Then it is working but if you also use eventr plugin from the same author, then your FR translation for eventr is not working anymore ... strange (see also my posts) and it's above my php knowledge to solve this problme
If you need more help, please don't hesitate
Thanks and best regards from Belgium
Pierre
Thank you for answer finally I have directly translate all strings in php files and now it's ok
Merci pour cette réponse finalement j'ai traduit directement dans les fichiers php
Désolé les fichiers zip ne sont pas autorisé j'avais pas vu
Sorry zip are not allowed, I have not seen
I'm sorry - its supposed to be possible. Anyway, send me the files - my email id is binnyva, gmail.
Hello,
I'm also interested in getting the translated php files to use as a workaround.
Je suis aussi intéréssé par les fichiers PHP traduits comme solution pour avoir les pluggins surveys et eventr fonctionnant tous les 2 en français.D'avance merci.
mon mail est pierre.foulart@skynet.be
Bien cordialement
Pierre
You must log in to post.