I created Angular2 app and using ng2 translate package for translation. I'm using the static loader to load my translated files(en.json). I can't figure out how I can change the Path of the static loader to be relative to the URL of the site and not try and find the translate file under the root directory. Should i create a new loader and load the files myself?