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