diff options
author | 2018-02-19 13:56:57 +0100 | |
---|---|---|
committer | 2018-02-19 13:56:57 +0100 | |
commit | 9ecb603f906cbaeacc9711023b570e17be0931ce (patch) | |
tree | cd1e1e79724caaac7855edc16624babe5b3af82d /zanata.xml | |
parent | meson: apply defaults if /etc/login.defs doesn't exist (diff) | |
download | systemd-9ecb603f906cbaeacc9711023b570e17be0931ce.tar.gz systemd-9ecb603f906cbaeacc9711023b570e17be0931ce.tar.bz2 systemd-9ecb603f906cbaeacc9711023b570e17be0931ce.zip |
po: add basic fedora.zanata.org configuration
This is in response to https://bugzilla.redhat.com/show_bug.cgi?id=1320812.
There is a chance that we will get additional translations through
zanata, so let's try that. To upload .pot and current translations:
$ ninja -C build systemd-pot
$ zanata-cli push
$ zanata-cli push --push-type trans --trans-dir po
Diffstat (limited to 'zanata.xml')
-rw-r--r-- | zanata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zanata.xml b/zanata.xml new file mode 100644 index 000000000..02fe72f1c --- /dev/null +++ b/zanata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<config xmlns="http://zanata.org/namespace/config/"> + <url>https://fedora.zanata.org/</url> + <project>systemd</project> + <project-version>master</project-version> + <project-type>gettext</project-type> + <src-dir>po</src-dir> + <trans-dir>po</trans-dir> +</config> |