Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Populate localization property #32

Open raphaeldas opened 1 year ago

raphaeldas commented 1 year ago

Thanks for the effort you put into this plugin. I love it and use it daily. One thing i would like to see is deep population for the i18n localization of entries.

I found the same feature request in this strapi forum. And also found this work around in another forum post. Although this is a valid solution i think this should be possible without the need of a custom controller, fetching the attributes of a deeper nested entity.

image

Thank you for any suggestions

iGoodie commented 1 year ago

I appreciate @Barelydead's effort on the plugin. I'd also love to see populating locales support too.

I have another insight, that might come in handy. I have Tracks, which has multiple Genres associated to them. Each Genre is a content itself. When I request GET /api/tracks/1?populate[genres][populate]=*, I get the following: image

dragojsguru commented 1 year ago

I'd also love to have populating locales support too, ASAP!