How to create json ui labels that can be authored and exported to Angular in SPA AEM 6.5
Hi,
I am currently using I18n feature to store the json under /apps and served the file using /libs/cq/i18n/dict.en.json
The json contains key values of error messages required in the field validations and api validation messages in the form.
Issues found in my I18n approach:
- Since the messages are controlled by the developers we need deployment for every change in the json. Can we make it author friendly so that deployments can be avoided.
- When we have two projects containing dict.en.json under its respective /apps folder the url /libs/cq/i18n/dict.en.json contains one of the projects values when accessed until we delete one of the file the other file is not used.