PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Empty translation string __("", "gravityformscampaignmonitor")

  1. Poedit is giving an warning message:

    9:48:02: ./campaignmonitor.php:1061: warning: Empty msgid. It is reserved by GNU gettext:
    9:48:02: gettext("") returns the header entry with
    9:48:02: meta information, not the empty string.

    Line 1061:

    $str = "<select name='$field_name' id='$field_name'><option value=''>" . __("", "gravityformscampaignmonitor") . "</option>";

    Translating an empty string seems not very useful. Maybe you can fix this issue in the next release.

    Posted 13 years ago on Wednesday June 22, 2011 | Permalink
  2. I have notified our lead developer of this issue and he will take a look and get it resolved in the next release. Thanks for the heads up!

    Posted 13 years ago on Wednesday June 22, 2011 | Permalink
  3. Same issue in the MailChimp Add-On:

    9:48:02: ./campaignmonitor.php:1061: warning: Empty msgid. It is reserved by GNU gettext:
    9:48:02: gettext("") returns the header entry with
    9:48:02: meta information, not the empty string.
    10:14:41: ./mailchimp.php:1021: warning: Empty msgid. It is reserved by GNU gettext:
    10:14:41: gettext("") returns the header entry with
    10:14:41: meta information, not the empty string.

    Posted 13 years ago on Wednesday June 22, 2011 | Permalink