Various data from Weblate is available in machine-readable format.
RSS feeds
Follow the translation progress and all important changes from RSS feeds.
| Project | URL | Link |
|---|---|---|
| CRM Workflow | https://translate.fenixerp.com/exports/rss/crm-workflow/ | RSS |
| CRM Workflow/crm_dashboard | https://translate.fenixerp.com/exports/rss/crm-workflow/crm_dashboard/ | RSS |
| CRM Workflow/loyalty_points | https://translate.fenixerp.com/exports/rss/crm-workflow/loyalty_points/ | RSS |
Per language RSS feeds are also available. Construct them by appending a language code to the URLs above.
Statistics
Translation statistics for every component in JSON format lets you use the data in other websites or tools.
| Project | URL | Link |
|---|---|---|
| CRM Workflow/crm_dashboard | https://translate.fenixerp.com/api/components/crm-workflow/crm_dashboard/statistics/ | View |
| CRM Workflow/loyalty_points | https://translate.fenixerp.com/api/components/crm-workflow/loyalty_points/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \
-H "Authorization: Token wlu_u9htrdo4yrUu4EbEdvUfyLlKEtRLMULVEZ6r" \
https://translate.fenixerp.com/api/components/crm-workflow/crm_dashboard/translations/
| Project | URL | Link |
|---|---|---|
| CRM Workflow | https://translate.fenixerp.com/api/projects/crm-workflow/repository/ | Hook |
| CRM Workflow/crm_dashboard | https://translate.fenixerp.com/api/components/crm-workflow/crm_dashboard/repository/ | Hook |
| CRM Workflow/loyalty_points | https://translate.fenixerp.com/api/components/crm-workflow/loyalty_points/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \
-d operation=pull \
-H "Authorization: Token wlu_u9htrdo4yrUu4EbEdvUfyLlKEtRLMULVEZ6r" \
https://translate.fenixerp.com/api/projects/crm-workflow/repository/
Weblate also supports direct notifications from several code hosting sites:
| Hosting site | URL | Note |
|---|---|---|
| GitHub | https://translate.fenixerp.com/hooks/github/ | The documentation has detailed instructions |
| GitLab | https://translate.fenixerp.com/hooks/gitlab/ | The documentation has detailed instructions |
| Bitbucket | https://translate.fenixerp.com/hooks/bitbucket/ | The documentation has detailed instructions |
| Pagure | https://translate.fenixerp.com/hooks/pagure/ | The documentation has detailed instructions |
| Azure Repos | https://translate.fenixerp.com/hooks/azure/ | The documentation has detailed instructions |
| Gitea | https://translate.fenixerp.com/hooks/gitea/ | The documentation has detailed instructions |