]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
migrate from Transifex to Zanata for translations
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 23 Mar 2016 14:50:26 +0000 (15:50 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 23 Mar 2016 15:44:53 +0000 (16:44 +0100)
.tx/config [deleted file]
Makefile.in
po/zanata.xml [new file with mode: 0644]

diff --git a/.tx/config b/.tx/config
deleted file mode 100644 (file)
index ee46953..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[main]
-host = https://www.transifex.com
-
-[newt.master]
-file_filter = po/<lang>.po
-source_file = po/newt.pot
-source_lang = en
-
index d32d7843659efa54b0216fc5cc3a71426dc24028..be203e44e69117f97f96da07edde9c7994e5b7c3 100644 (file)
@@ -168,7 +168,7 @@ Makefile: configure.ac
 create-archive: Makefile
        @rm -rf /tmp/newt-$(VERSION)
        @git archive --prefix=newt-$(VERSION)/ $(TAG) | tar x -C /tmp
-       @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .tx .gitignore
+       @cd /tmp/newt-$(VERSION) && ./autogen.sh && rm -rf autom4te.cache .gitignore
        @cd /tmp; tar c --owner root --group root newt-$(VERSION) | gzip -9 > newt-$(VERSION).tar.gz
        @rm -rf /tmp/newt-$(VERSION)
        @cp /tmp/newt-$(VERSION).tar.gz .
diff --git a/po/zanata.xml b/po/zanata.xml
new file mode 100644 (file)
index 0000000..ab915bb
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<config xmlns="http://zanata.org/namespace/config/">
+  <url>https://fedora.zanata.org/</url>
+  <project>newt</project>
+  <project-version>master</project-version>
+  <project-type>gettext</project-type>
+</config>