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