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
- Related to #15185 (closed)
- Related to #15679 (closed)
Original created by @u on 15356 (Redmine)