summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-11 06:06:20 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-11 09:53:51 +0200
commiteaffdc27f813a48911088994358640a069b30b7e (patch)
tree05601b77164de9188ca395f3c785565f87a3a9c3
parentc996368024e0a5f6ae52038b504bc02f1b0ad6d2 (diff)
downloadaur-eaffdc27f813a48911088994358640a069b30b7e.tar.gz
aur-eaffdc27f813a48911088994358640a069b30b7e.tar.xz
Add base transifex config
This simplifies instructions for translators and allows them to have an out of the box working configuration. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--.tx/config8
-rw-r--r--TRANSLATING6
2 files changed, 10 insertions, 4 deletions
diff --git a/.tx/config b/.tx/config
new file mode 100644
index 00000000..1adc03de
--- /dev/null
+++ b/.tx/config
@@ -0,0 +1,8 @@
+[main]
+host = https://www.transifex.net
+
+[aur.aurpot]
+file_filter = po/<lang>.po
+source_file = po/aur.pot
+source_lang = en
+
diff --git a/TRANSLATING b/TRANSLATING
index 52c69c9e..56b33831 100644
--- a/TRANSLATING
+++ b/TRANSLATING
@@ -50,13 +50,11 @@ Updating an Existing Translation
1. Download current translation files from Transifex. You can also do this
using transifex-client which is available through the AUR:
-$ tx init --host=https://www.transifex.net
-$ tx set --auto-remote https://www.transifex.net/projects/p/aur/
-$ tx pull -r aur.aurpot -a
+$ tx pull -a
2. Update the existing translation file using an editor or a tool like poedit:
-$ poedit <locale>.po
+$ poedit po/<locale>.po
3. Push the updated translation file back to Transifex. Using transifex-client,
this works as follows: