summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2011-08-18 06:55:40 +0000
committerMark Doliner <markdoliner@pidgin.im>2011-08-18 06:55:40 +0000
commit18dda515051be2de12e7668a746e4d9676617042 (patch)
treef740f15d87ebea6ea88492a2651df515f1110d00
parent2f36b09a14d65ef838694e7466a70b1862dea0ba (diff)
downloadpidgin-18dda515051be2de12e7668a746e4d9676617042.tar.gz
I'm gonna add the transifex config file to the repository. I think it makes
sense to do this... it allows you to use transifex-client (the 'tx' command) to easily push and pull translations to and from the transifex web site.
-rw-r--r--.mtn-ignore1
-rw-r--r--.tx/config8
2 files changed, 8 insertions, 1 deletions
diff --git a/.mtn-ignore b/.mtn-ignore
index 198f08f740..8a29b1df60 100644
--- a/.mtn-ignore
+++ b/.mtn-ignore
@@ -13,7 +13,6 @@
.*\.loT$
Doxyfile(\.mingw)?$
VERSION$
-\.tx
aclocal.m4
autogen.args
compile
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 0000000000..cc04a41bea
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,8 @@
+[main]
+host = https://www.transifex.net
+
+[pidgin.pidgin]
+file_filter = po/<lang>.po
+source_file = po/pidgin.pot
+source_lang = en
+