1<?php
2$lang_custom = array(
3//"Hello"=>"My Hello",
4//"This is the place to customize your translation"=>":-)",
5);
6$lang = array_merge($lang, $lang_custom);
7