Include
For best results, add the following configuration files:
[WEBROOT]/conf/plugin_lang/include/en/lang.php
- lang.php
<?php /** * * English language file * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * */ $lang['readmore'] = 'Read more';
[WEBROOT]/conf/plugin_lang/include/fr/lang.php
- lang.php
<?php /** * * French language file * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * */ $lang['readmore'] = 'Lire la suite';