$translateProvider.useStaticFilesLoader with external source
See original GitHub issueI was trying to use useStaticFilesLoader with external source.
$translateProvider.useStaticFilesLoader({ prefix: 'http://localhost:3001/i18n/', suffix: '.json' });
Source json is downloading correctly from location Ex- http://localhost:3001/i18n/sw.json. But language translation is not working.
Here is how I am using it.
<h2 class="ops" data-translate="ERROR_IMAGE_AREA_SELECT_MULTIPLE _SELECTION"></h2>
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
$translateProvider.useStaticFilesLoader with external source
I was trying to use useStaticFilesLoader with external source. $translateProvider ... Source json is downloading correctly from location Ex- ...
Read more >$translateProvider.useStaticFilesLoader with external source
I was trying to use useStaticFilesLoader with external source. $translateProvider.useStaticFilesLoader({
Read more >ANGULAR TRANSLATE - Sean Amarasinghe
Angular Translate is an AngularJS module called angular-translate which ... we can define the files statically outside a different location.
Read more >Doc: Guide - Angular Translate
When you read this doc, you'll learn how to use angular-translate and its cool features! ... Inject angular-translate module as a dependency into...
Read more >gulp-merge-translations - npm package - Snyk
import mergeTranslations from 'gulp-merge-translations'; gulp.task('default', function() { return gulp.src(source/**/*.json) ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hello,
I’m closing this issue due inactivity. We have asked for additional details, but you could not helped us. Therefore we close this issue as not reproducible.
If you still have an issue, please create a new issue because we cannot be sure to track closed issues.
Hello,
as we had already mentioned in the issue’s template, we need a working and as minimal as possible demo covering your specific use case or issue.
Follow these steps: