Is there a way to get all nodes in an i18n library into a List that can be iterated over?
I was able to use a Query, but I needed to grant read access to /apps/myapp/i18n/* - I really didn't like that fom a security perspective.
Is there a better way??
Thanks!