Hardcoded strings
-
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 Line 355
$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.
The topic ‘Hardcoded strings’ is closed to new replies.