Internationalization isn't working with single-types

I found a solution:

in my controller homepage.js I replaced:

entity = await strapi.services.homepage.find();

by :

entity = await strapi.services.homepage.find({...ctx.query});