winston.verbose('[translator] No resource file found for '+req.params.lang+'/'+resource+', using provided fallback language file');
res.sendFile(fallbackPath);
winston.verbose('[translator] No resource file found for '+req.params.lang+'/'+path.basename(req.path,'.json')+', using provided fallback language file');