@iamgld/ui 21.1.1 → 21.1.3

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.
@@ -1999,7 +1999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.1", ngImpor
1999
1999
  class TranslocoHttpLoader {
2000
2000
  httpClient = inject(HttpClient);
2001
2001
  getTranslation(lang) {
2002
- return this.httpClient.get(`assets/i18n/${lang}.json`);
2002
+ return this.httpClient.get(`public/i18n/${lang}.json`);
2003
2003
  }
2004
2004
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: TranslocoHttpLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2005
2005
  static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.0.1", ngImport: i0, type: TranslocoHttpLoader });