[PATCH] maint: set up to use transifex for translations

Jim Meyering jim at meyering.net
Thu Apr 7 17:36:46 UTC 2011


With this, iwhd can easily upload its POT file to transifex
and pull .po files from the server.  For now, there are no
translations.  When there are, we'll modify bootstrap to
notice .tx/ and pull them automatically, just as we do for
translations from the translation project.

>From 65809811f3ec7079197e2ab80329d59b90be21e8 Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering at redhat.com>
Date: Thu, 7 Apr 2011 18:47:01 +0200
Subject: [PATCH] maint: set up to use transifex for translations

* .tx/config: New file with details of project created at
https://www.transifex.net/projects/p/iwhd/.
With this, you'd run "tx push -s" to upload the po/iwhd.pot
file we generate.
---
 .tx/config |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 .tx/config

diff --git a/.tx/config b/.tx/config
new file mode 100644
index 0000000..9c627a3
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,7 @@
+[main]
+host = https://www.transifex.net
+
+[iwhd.iwhdpot]
+file_filter = po/<lang>.po
+source_file = po/iwhd.pot
+source_lang = en
--
1.7.5.rc1.221.g4a6bb


More information about the iwhd-devel mailing list