Viewing 2 replies - 1 through 2 (of 2 total)
  • Samr question for the French language. I cannot figure out what to do have the calendar displayed in French. Thank you ??

    I just translated to norwegian (just about to send the files to the author), and could also not get them working. It turns out, loading the localization need to happen a little bit sooner.

    Fix/hack for version 0.7.4 of datepicker:
    Changing the code in /wp-content/plugins/contact-form-7-datepicker/contact-form-7-datepicker.php Line 84
    From:
    add_action('init', array(__CLASS__, 'admin_l10n'));

    To (add 5 near the end):
    add_action('init', array(__CLASS__, 'admin_l10n'),5);

    Will allow the localization to load in time to get used by the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7 Datepicker] Language Setting’ is closed to new replies.