freeipa/zanata.xml
Tomas Babej c6e6b216e9 l10n: Add configuration file for Zanata
Zanata cliens require the presence of a XML configuration file
inside the git repository of the project.

https://fedorahosted.org/freeipa/ticket/4832

Reviewed-By: Martin Basti <mbasti@redhat.com>
2015-07-07 12:07:15 +02:00

32 lines
830 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>freeipa</project>
<project-version>master</project-version>
<project-type>gettext</project-type>
<src-dir>.</src-dir>
<trans-dir>.</trans-dir>
<locales>
<locale map-from='bn_IN'>bn-IN</locale>
<locale>ca</locale>
<locale>cs</locale>
<locale>de</locale>
<locale>es</locale>
<locale>eu</locale>
<locale>fr</locale>
<locale>hi</locale>
<locale>hu</locale>
<locale>id</locale>
<locale>ja</locale>
<locale>kn</locale>
<locale>nl</locale>
<locale>pl</locale>
<locale>ru</locale>
<locale>tg</locale>
<locale>uk</locale>
<locale map-from='zh_CN'>zh-CN</locale>
</locales>
<rules/>
</config>