[ColdBox-3.8.1] Load resource bundles from external location

Hi,

We are working on a multi-site application so we decided to move the resource bundles outside the main Coldbox project to a site-specific folder.
The resource bundles are generated and loaded “manually” which is working fine. However when doing a fwreinit=1, Coldbox also tries to load the resource bundles automatically from their default location (/includes/i18n/). Since the files are not present there, this returns an error.

We have solved this for now by putting empty files in the default location since we manually load the correct filter later anyway. However this seems a bit silly to do.
Is there any way we can prevent Coldbox from loading the default resource bundles automatically on a framework (re)init?

Thanks.

Regards

Tim