mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-25 23:56:30 -06:00
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>
This commit is contained in:
parent
475ade4bec
commit
c6e6b216e9
31
zanata.xml
Normal file
31
zanata.xml
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user