m-aciek / python-docs-weblate

Python docs on Weblate POC
0 stars 0 forks source link

Setting priorities on components #4

Closed m-aciek closed 1 year ago

m-aciek commented 1 year ago

Automate setting priorities on components. Manually it's too much hussle.

rffontenelle commented 1 year ago

I came across with F-Droid's script for setting priority of docs in Weblate: https://gitlab.com/fdroid/fdroid-website/-/merge_requests/919

m-aciek commented 1 year ago

It looks like component priority is separate from strings priority. The linked script sets strings priorities.

Also Weblate Python API doesn't support components' priorities yet. HTTP API does though.

m-aciek commented 1 year ago

PR adding support for component's priority in the Weblate Python API: https://github.com/WeblateOrg/wlc/pull/454