Systemd/zanata.xml
Zbigniew Jędrzejewski-Szmek 9ecb603f90 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
2018-02-19 13:56:57 +01:00

10 lines
323 B
XML

<?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>