@elite.framework/ng.core 2.0.37 → 2.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2858,7 +2858,7 @@ class LocalizationLoaderService {
2858
2858
  }
2859
2859
  loadFromJson(resource, culture) {
2860
2860
  return this.http
2861
- .get(`/assets/i18n/${culture}.json` // TODO: customize the path as needed
2861
+ .get(`/i18n/${culture}.json` // TODO: customize the path as needed
2862
2862
  // or `/assets/i18n/${resource}/${culture}.json`
2863
2863
  )
2864
2864
  .pipe(map$1(texts => ({