Hello,
I have a small question about Strapi 5.3 translate file (src/admin/extensions/translations/en.ts) syntax . Let say, I need to translate “parentPage” field in collection types of content manager (please see the screenshot). I try to add this line to en.ts file:
'content-manager.content-types.api.page.page.parentPage': 'Test',
However it does not work because of wrong path. What correct path should be?
Thank you.