I am trying to follow this guide
How to Get AEM i18n Dictionary in JSON Format | Sourced Code
to expose the i18n json of specific dictionaries separately to the public
e.g. I have this two dictionary in the translator
apps/project/i18n/componentA
apps/project/i18n/componentB
I want to get the json for componentA in one file and componentB in another file
It is working only when I am authenticated in the AEM instance
As /apps/ is not accessible without authentication
Any way to expose the i18n json file of each dictionary to the public?
Currently is using /libs/cq/i18n/dict.en_us.json, but it combines every dictionaries and the file is keep growing