• First thing, many thanks to the developer for this great plugin.
    I would like to point out a minor bug with some translation plugins: it looks like the .po file is loaded a little too soon during initialization, and sometimes the plugin responsible for altering the locale doesn’t have the time to intervene.
    I’ve found that deferring the call to CF7DBPlugin_i18n_init() does the job, as in:
    add_action('plugins_loaded','CF7DBPlugin_i18n_init');

    Again, thank you for your efforts and keep up the good work!

    https://wordpress.org/plugins/contact-form-7-to-database-extension/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘CF7DB and qTranslate’ is closed to new replies.