You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying transloco for a rare case of an Angular Application that is Multi-Tenant and Multi-Language. That requires a single application to compile each tenant and expose translations that are unique to each tenant.
Right now, I'm thinking to approach this problem using transloco, with compile time assets organization and some key manager utility to extract and generate per-tenant base translations (I'm limiting my self on a system in which all tenants have the same keys, just different values).
Does any of you worked on something similar or recommend any approach on it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks,
I'm trying transloco for a rare case of an Angular Application that is Multi-Tenant and Multi-Language. That requires a single application to compile each tenant and expose translations that are unique to each tenant.
Right now, I'm thinking to approach this problem using transloco, with compile time assets organization and some key manager utility to extract and generate per-tenant base translations (I'm limiting my self on a system in which all tenants have the same keys, just different values).
Does any of you worked on something similar or recommend any approach on it?
Beta Was this translation helpful? Give feedback.
All reactions