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