Aleksandr Sokolov
Results
2
comments of
Aleksandr Sokolov
Hi, when do you plan to merge it?
I had the same error. I have fixed it by changing the path in the loader: ```ts getTranslation(lang: string) { return this.http.get( `http://localhost:5173/i18n/${lang}.json` ); } ```