[gnome-initial-setup/wip/pwithnall/misc-fixes: 56/70] Configuration for Transifex




commit 010e23fac0c85bde477e562419cf2bdca7537f45
Author: Philip Chimento <philip endlessm com>
Date:   Mon Jun 16 15:16:59 2014 -0700

    Configuration for Transifex
    
    This adds a .tx/config file to the repo so that the Jenkins Transifex
    job can automatically update the translations. It also changes a line
    in .gitignore because that line would previously have ignored the
    .tx/config file.
    
    https://phabricator.endlessm.com/T2755
    https://phabricator.endlessm.com/T4272

 .gitignore | 2 +-
 .tx/config | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 93ecbbc7..00af9f63 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,7 +18,7 @@ config.status
 config.guess
 config.rpath
 config.sub
-config
+/config
 configure
 depcomp
 gnome-doc-utils.make
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 00000000..b00af4b2
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,9 @@
+[main]
+host = https://www.transifex.com
+
+[gnome-initial-setup.app]
+source_file = po/gnome-initial-setup.pot
+source_lang = en
+file_filter = po/<lang>.po
+type = PO
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]