Version 0.1.9
This commit is contained in:
@@ -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',
|
||||
));
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user