Version 0.1.9

This commit is contained in:
dmzx
2015-12-14 18:02:20 +01:00
parent 94010723ed
commit dbdf8a62bc
41 changed files with 291 additions and 536 deletions

View File

@@ -6,6 +6,7 @@
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
/**
* DO NOT CHANGE!
*/
@@ -13,10 +14,12 @@ if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
@@ -127,4 +130,4 @@ $lang = array_merge($lang, array(
//Custom edits
'REPLY_WITH_LIKE' =>'Asjalik postitus',
));
));