Some support for Zanata translations.
[dcpomatic.git] / zanata.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <config xmlns="http://zanata.org/namespace/config/">
3   <url>https://translate.zanata.org/zanata/</url>
4   <project>dcpomatic</project>
5   <project-version>2.0</project-version>
6   <project-type>gettext</project-type>
7
8   <locales>
9     <locale map-from='fr_FR'>fr</locale>
10     <locale map-from='de_DE'>de-DE</locale>
11     <locale map-from='nl_NL'>nl</locale>
12     <locale map-from='sv_SE'>sv</locale>
13     <locale map-from='it_IT'>it</locale>
14     <locale map-from='es_ES'>es-ES</locale>
15   </locales>
16
17   <rules>
18     <rule pattern="*.po">{filename}_{locale_with_underscore}.po</rule>
19   </rules>
20
21 </config>