Translations: remove deprecated locale configuration

zanata.xml should not contain <locale>, because this tag is deprecated
and locales are handled/configured on the server side. Also locale
mappings are done on server side.

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

Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Martin Basti 2016-05-26 14:41:57 +02:00
parent 6eb00561c0
commit 204a18986a

View File

@ -7,25 +7,5 @@
<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>