[gnome-initial-setup/shell/4765: 62/362] Configuration for Transifex



commit b2a5885922bf375bedde21c579e3c84d8ccb68a9
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.
    
    [endlessm/eos-shell#2755]

 .gitignore |    2 +-
 .tx/config |   10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f257350..708338b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,7 +17,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 0000000..01cee69
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,10 @@
+[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
+trans.pt = po/pt_BR.po
+type = PO
+


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