summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2022-11-02 14:10:10 +0200
committerPanu Matilainen <pmatilai@redhat.com>2022-11-02 14:22:13 +0200
commit275a0ea28f2f8b32a3341fa135cd766c430d63e1 (patch)
tree0a2638d414b2a46a915dc94f322bcc4b12e120af /.gitmodules
parentfef87ca940214991366258ba7164f1550d29f33a (diff)
downloadrpm-275a0ea28f2f8b32a3341fa135cd766c430d63e1.tar.gz
Add rpm-l10n as a submodule into po/
The average rpm hacker does not need the translations for anything, those who do now need to do `git submodule init` to pull them. Not documenting it further for now as the details will change and these are only supposed to affect rpm maintainers creating dist tarballs anyhow.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..7d20906b0
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "po"]
+ path = po
+ url = https://github.com/rpm-software-management/rpm-l10n.git
+ branch = master