summaryrefslogtreecommitdiffstats
path: root/zanata.xml
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-06-24 14:27:33 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-07 12:07:15 +0200
commitc6e6b216e943ec9457e7c3bd04b473af8b906ca8 (patch)
treec20309b14d73671651b62b21cdc88cc099a1b6c6 /zanata.xml
parent475ade4becd4cdb59a9bcf0da7de1d2739e293c8 (diff)
downloadfreeipa-c6e6b216e943ec9457e7c3bd04b473af8b906ca8.tar.gz
freeipa-c6e6b216e943ec9457e7c3bd04b473af8b906ca8.tar.xz
freeipa-c6e6b216e943ec9457e7c3bd04b473af8b906ca8.zip
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>
Diffstat (limited to 'zanata.xml')
-rw-r--r--zanata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/zanata.xml b/zanata.xml
new file mode 100644
index 000000000..f95404736
--- /dev/null
+++ b/zanata.xml
@@ -0,0 +1,31 @@
+<?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>