• Resolved robertogcalle

    (@robertogcalle)


    Hi all,

    First of all thank you very much for this powerful membership plugin. It makes things really easy to build a membership site in minutes.

    I’m translating it into Spanish, but I’ve noticed that there are several strings that are inserted directly into the code, so I can’t write a translation for them.

    For example:
    File: class-ms-helper-listtable-rule.php
    $public = array(
    ‘id’ => ‘ms-empty-‘ . $item->id,
    ‘type’ => MS_Helper_Html::TYPE_HTML_TEXT,
    ‘value’ => $this->name[‘default_access’],
    ==========> ‘after’ => ‘Modify Access’, <=========
    ‘class’ => ‘ms-empty-note’,
    );
    ‘Modify Access’ can’t be translated.

    Could you please modify those “hardcoded” strings so everything can be fully translated?

    Thank you.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Hardcoded strings’ is closed to new replies.