<?php
|
|
|
|
$lang_custom = [
|
|
//"Hello"=>"שלום",
|
|
//"This is the place to customize your translation"=>":-)",
|
|
];
|
|
$lang = array_replace($lang, $lang_custom);
|