<?php
|
|
$lang_custom = array(
|
|
//"Hello"=>"My Hello",
|
|
//"This is the place to customize your translation"=>":-)",
|
|
);
|
|
$lang = array_replace($lang, $lang_custom);
|