ANGULAR TRANSLATIONS-displaying keys instead of values on app Reload

displaying keys instead of values on app Reload

code :

$translateProvider.useStaticFilesLoader({
prefix: ‘/translation/locale-’,
suffix: ‘.json’
});
$translateProvider.preferredLanguage(‘en’);

any idea?

thanks in advance.