Commit b52dd2d7 authored by Stefano Rivera's avatar Stefano Rivera

Describe the import_project changes

parent 5cd290a0
......@@ -68,11 +68,19 @@ The `<project>` defines into which project subprojects should be imported
The `<gitrepo>` defines URL of Git repository to use, `<branch>` which
branch to use.
An existing git repository can be used, with a
`weblate://<project>/<subproject>` URL.
List of subprojects to create are automatically obtained from `<filemask>`
- it has to contains one double wildcard (`**`), which is replacement for
subproject.
To customise the subproject's name, use the `--name-template` option.
Its parameter is a python formatting string, which will expect the
match from `<filemask>`.
Existing subprojects will be skipped.
For example:
.. code-block:: bash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment