mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-28 05:06:11 +08:00
With submodule the docs can not be built standalone, what makes the setup tricky with some services. Also the manual update step is there anyway and now it's tigter bound to the requirements. Issue #3373
12 lines
473 B
Text
12 lines
473 B
Text
[submodule "scripts/language-data"]
|
|
path = scripts/language-data
|
|
url = https://github.com/WeblateOrg/language-data.git
|
|
[submodule "scripts/graphics"]
|
|
path = scripts/graphics
|
|
url = https://github.com/WeblateOrg/graphics.git
|
|
[submodule "scripts/iso-codes"]
|
|
path = scripts/iso-codes
|
|
url = https://salsa.debian.org/iso-codes-team/iso-codes.git
|
|
[submodule "scripts/spdx-license-list"]
|
|
path = scripts/spdx-license-list
|
|
url = https://github.com/spdx/license-list-data.git
|