Gersona
Gersona
## Proposed changes - new task added to `glossary/tasks.py` to cleanup unused glossaries - glossary cleanup triggered after one translation is removed and on sync glossary languages ## Checklist -...
## Proposed changes - A New "Duplicate Component" was added to the `Manage` menu in component details page - Additional attributes are copied from the source when duplicating : `agreement",...
## Proposed changes Problematic initial characters are stripped from glossary terms before upload . Prohibited characters are: ```{"=", "+", "-", "@", "|", "%"}``` I chose this option over excluding the...
## Proposed changes Added optional glossary support for Google v3 automatic suggestions. Notable changes include: - New `bucket_name` field for `GoogleV3MachineryForm` settings form - New optional dependency `google-cloud-storage` ## Checklist...
I have defined a webhook as follow ```python change_event_webhook = OpenApiWebhook( name="AddonWebhook", decorator=extend_schema( summary="A Webhook event", description="Pushes events to a notification URL. ", tags=["webhooks"], request={"application/json": load_schema("myschema.json")}, responses={ "2XX": OpenApiResponse(), },...
- fixes https://github.com/WeblateOrg/weblate/issues/15801