Skip to content

Automate adding new components to Weblate

For weblate to start tracking a file, we need to add it to the database BY HAND.
There is no way to do that for all the files, you need to add the folder information.
more info: https://docs.weblate.org/en/latest/admin/management.html#import-project

sudo -u weblate ./manage.py import_project \
—component-regexp ‘wiki/src/security/(?P.)\.([^.])\.po$’ \
tails weblate://tails/index master \
wiki/src/security/****.*.po

Parent Task: #15082 (closed)

Related issues

Original created by @u on 15356 (Redmine)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information