I want to overwrite some language strings locally. These overrides should be documented in git and stored as a submodule in e.g. lang/de_local. For this I set at moodle:
$CFG->langlocalroot = $CFG->dirroot . '/lang';
There you can find the folders with the language strings you want to overwrite. (e.g. de_local/hvp.php)
This has always worked great in moodle. Now I wanted to do the same in Totara and unfortunately it just doesn't work. Is there any special feature that I have to consider with Totara?