Fixed Export language - phrase "regular_expression" missing because of "Post Message Regex Replacer" addon

cclaerhout

Well-known member
It's not a bug, but it would be nice to change one phrase of the addon "Post Message Regex Replacer" (from Kier), regular_expression, because it overrides XenForo default one and as result it is not exported in the XenForo language file anymore.

English phrase:
Code:
  <phrase title="regular_expression" version_id="1010010" version_string="1.1.0 Alpha"><![CDATA[Regular expression]]></phrase>
 
This won't be retroactive, but I've dealt with this in general: phrases that already exist in the XF core will simply be ignored when an add-on tries to add them.
 
Top Bottom