I have a general question which is of high importance for us to be answered before we dig too deep into the project. Currently I am trying to build a project, which has translations for pretty much every single label. Is it possible to dynamically fetch a json from the backend and use it for translation? This would give users the ability to enter their own translations into the json (of course the keys have to stay the same). So far I have only read about hardcoded translations but I need them to be dynamically served from the backend. Is that possible with Angular and i18n?