diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-12 10:31:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-12 10:31:20 +0100 |
| commit | 26a4961cfb36a7dd47387122d1138468a5ce672a (patch) | |
| tree | 672081a2b79462247eb2c3a64dc024157e7bded9 /zanata.xml | |
| parent | 977c874929e28792af0d8709c32dd0695f6c7f5e (diff) | |
Some support for Zanata translations.
Diffstat (limited to 'zanata.xml')
| -rw-r--r-- | zanata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/zanata.xml b/zanata.xml new file mode 100644 index 000000000..a32c50b8f --- /dev/null +++ b/zanata.xml @@ -0,0 +1,21 @@ +<?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> + </locales> + + <rules> + <rule pattern="*.po">{filename}_{locale_with_underscore}.po</rule> + </rules> + +</config> |
