summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-06 20:34:17 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-06 20:34:33 +0100
commit9478476253a5fa220f1db83bcc7adfe77f6edbe3 (patch)
tree140600e965bec945b6dd6368d29d9cbb63a06d56
parentc0a548c3c8da7d59267dc35bae608024b7ec7e0c (diff)
downloadappstream-glib-9478476253a5fa220f1db83bcc7adfe77f6edbe3.tar.gz
trivial: Switch from Transifex to Zanata
-rw-r--r--.tx/config9
-rw-r--r--zanata.xml16
2 files changed, 16 insertions, 9 deletions
diff --git a/.tx/config b/.tx/config
deleted file mode 100644
index bcd4501..0000000
--- a/.tx/config
+++ /dev/null
@@ -1,9 +0,0 @@
-[main]
-host = https://www.transifex.com
-
-[appstream-glib.master]
-file_filter = po/<lang>.po
-source_file = po/appstream-glib.pot
-source_lang = en
-type = PO
-
diff --git a/zanata.xml b/zanata.xml
new file mode 100644
index 0000000..3921cc7
--- /dev/null
+++ b/zanata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+
+<!--
+ Maintainers:
+ do a "make -C po appstream-glib.pot" before "zanata-cli push"
+-->
+
+<config xmlns="http://zanata.org/namespace/config/">
+ <url>https://fedora.zanata.org/</url>
+ <project>appstream-glib</project>
+ <project-version>master</project-version>
+ <project-type>gettext</project-type>
+ <src-dir>po</src-dir>
+ <trans-dir>po</trans-dir>
+ <rules/>
+</config>