I'm gonna add the transifex config file to the repository. I think it makes

Thu, 18 Aug 2011 06:55:40 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Thu, 18 Aug 2011 06:55:40 +0000
changeset 32030
0bad6b6bc29a
parent 32029
614a4a70abf1
child 32031
20dc6b29747c

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.

.mtn-ignore file | annotate | diff | comparison | revisions
.tx/config file | annotate | diff | comparison | revisions
--- a/.mtn-ignore	Thu Aug 18 06:00:04 2011 +0000
+++ b/.mtn-ignore	Thu Aug 18 06:55:40 2011 +0000
@@ -13,7 +13,6 @@
 .*\.loT$
 Doxyfile(\.mingw)?$
 VERSION$
-\.tx
 aclocal.m4
 autogen.args
 compile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.tx/config	Thu Aug 18 06:55:40 2011 +0000
@@ -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
+

mercurial