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 |
---|---|---|
Pictranslate | http://translate.home.asidiras.dev/exports/rss/pictranslate/ | RSS |
Pictranslate/application | http://translate.home.asidiras.dev/exports/rss/pictranslate/application/ | RSS |
Pictranslate/Pictranslate | http://translate.home.asidiras.dev/exports/rss/pictranslate/glossary/ | 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 |
---|---|---|
Pictranslate/application | http://translate.home.asidiras.dev/api/components/pictranslate/application/statistics/ | View |
Pictranslate/Pictranslate | http://translate.home.asidiras.dev/api/components/pictranslate/glossary/statistics/ | View |
You can fetch statistics for all translations in one component like this:
curl \ -H "Authorization: Token wlu_c6RMzUmD9tTpt2mzfLLtOpw2Wj4KkhD3OQ0v" \ http://translate.home.asidiras.dev/api/components/pictranslate/application/translations/
Project | URL | Link |
---|---|---|
Pictranslate | http://translate.home.asidiras.dev/api/projects/pictranslate/repository/ | Hook |
Pictranslate/application | http://translate.home.asidiras.dev/api/components/pictranslate/application/repository/ | Hook |
Pictranslate/Pictranslate | http://translate.home.asidiras.dev/api/components/pictranslate/glossary/repository/ | Hook |
You pull changes from a remote repository to Weblate like this:
curl \ -d operation=pull \ -H "Authorization: Token wlu_c6RMzUmD9tTpt2mzfLLtOpw2Wj4KkhD3OQ0v" \ http://translate.home.asidiras.dev/api/projects/pictranslate/repository/
Weblate also supports direct notifications from several code hosting sites:
Hosting site | URL | Note |
---|---|---|
GitHub | http://translate.home.asidiras.dev/hooks/github/ | The documentation has detailed instructions |
GitLab | http://translate.home.asidiras.dev/hooks/gitlab/ | The documentation has detailed instructions |
Bitbucket | http://translate.home.asidiras.dev/hooks/bitbucket/ | The documentation has detailed instructions |
Pagure | http://translate.home.asidiras.dev/hooks/pagure/ | The documentation has detailed instructions |
Azure Repos | http://translate.home.asidiras.dev/hooks/azure/ | The documentation has detailed instructions |
Gitea | http://translate.home.asidiras.dev/hooks/gitea/ | The documentation has detailed instructions |