-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Describe the problem
Hi :) As discussed on FOSDEM, AntennaPod manages its app and the website in the same Weblate project. We plan to switch from a slightly weird setup (where we convert md->po->translate->po->md) to auto-detecting and directly translating markdown files.
For this, we want to configure add-ons for all auto-detected website components but not for the app itself. The most important one for us would be the "language consistency" / "add missing languages" plugin. Then we can keep the different website components synchronized while not touching other components in the project.
Solution brainstorm
On the category page, add a settings menu for add-ons. Inherit the add-on settings configured at a category level to all components inside it.
Describe alternatives you have considered
Creating different weblate projects for app and website, but that is not very beautiful because the permissions, statistics, announcements, etc, are then scattered through different projects
Screenshots
No response
Additional context
No response