Open reuhno opened 1 year ago
I saw another string in /dlm-email-lock/templates/download-email-lock-optin.php
<p class="dlm-email-lock-optin-field-submit">
<input type="submit" <?php echo ( $mx_record ) ? 'disabled="disabled"' : ''; ?> name="Submit" class="dlm-email-lock-submit <?php echo ( $mx_record ) ? 'disabled' : ''; ?>" value="Download"/>
</p>
"Download" should be translatable ;)
Describe the bug some strings are not marked as translatable. For example, with the extension "email lock", the placeholder "Email Adress" is set as raw text in plugin.
Could you integrate the placeholder text with the native wp translation functions? (() or e())
Thanks in advance