Posted - 07/06/2019 : 22:27:36
There is no way to update proof the languagefile as that's where new entries are added when needed. However, it's possible to make changes you want in the languagefile by adding them to the includes file. From there, it's just a matter of making sure the includes are called after the languagefile in your pages include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; This way the include entries will supersede the languagefile entries.
|