wearerequired / traduttore

🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
https://wearerequired.github.io/traduttore/
72 stars 15 forks source link

Add an API endpoint to get translations in one request for multiple projects #273

Open ocean90 opened 2 weeks ago

ocean90 commented 2 weeks ago

Issue Overview Currently the registry hooks into various filters and performs a request per project which can slow down the admin depending on the number of projects.

Bildschirmfoto 2024-07-01 um 09 54 46

Having an option to register multiple projects per API endpoint would improve this.