Subprojects and embedded code¶
Weblate would not be possible without other projects it depends on. This document describes how other code is used in Weblate.
Vendored frontend code¶
Weblate vendors several JavaScript libraries. The process is described in Comhéadan gréasáin and licensing of each vendored library is documented via REUSE as described in Ceadúnas Weblate. The up-to-date list of dependencies can be reviewed in Bille Ábhar Bogearraí.
SPDX license data¶
The SPDX license data is included as a Git submodule in the source code and
weblate/utils/licensedata.py is generated using
scripts/generate-license-data.py.
Test data¶
The test repositories in weblate/trans/tests/data/test-base-repo.*.tar
are generated from https://github.com/WeblateOrg/test, see Stórlann tástála.
Cleithiúlachtaí Python¶
Weblate would not be possible without many third-party dependencies. The
current dependencies are in pyproject.toml and can be reviewed in
Bille Ábhar Bogearraí. The most important dependencies are also described in
Cleithiúlachtaí Python.