-
Notifications
You must be signed in to change notification settings - Fork 69
Multiple lang files #44
Comments
@fplini The example we have in the README file show exactly how to do this. |
Hi @tiaguinho thanks for reply. |
Sorry @fplini, I think I have read wrong the first time. Tell me one thing, do you use webpack in your project? |
Hi @tiaguinho |
HI, I'm using a multi translate custom class `import { HttpClient } from '@angular/common/http'; export function translateLoader(http: HttpClient) { export class MultiTranslateHttpLoader implements TranslateLoader { It loads an array of json, and merge those with ramda, If you didnt use nested objects you could also use Object.assign() |
I've created a lib for this: |
Hi, is there a way to split a single lang file?
I have my lang files that is going to be very large and I want to split these into multiple files for each lang.
Is it possible?
Thanks
Fabrizio
The text was updated successfully, but these errors were encountered: