summaryrefslogtreecommitdiffstats
path: root/doc/translation-help.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-03-21 13:53:13 +0100
committerDan McGee <dan@archlinux.org>2011-03-21 13:53:13 +0100
commit0ff52b68452046d61c24649ec94886bd74faab45 (patch)
treea9960a6143d17aeedeb530f2fe57c6796966e205 /doc/translation-help.txt
parentc67c864ffd50ec0e071b055897c4622eaa132fc2 (diff)
parentb0bb4f9024712adcee5e2baf6cebe73c966d7d7f (diff)
downloadpacman-0ff52b68452046d61c24649ec94886bd74faab45.tar.gz
pacman-0ff52b68452046d61c24649ec94886bd74faab45.tar.xz
Merge branch 'maint'
Conflicts due to change in return calling style. Conflicts: src/pacman/pacman.c src/pacman/sync.c
Diffstat (limited to 'doc/translation-help.txt')
-rw-r--r--doc/translation-help.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/translation-help.txt b/doc/translation-help.txt
index 5be15dff..d95b5135 100644
--- a/doc/translation-help.txt
+++ b/doc/translation-help.txt
@@ -35,6 +35,21 @@ kbabel. Using a translation tool tends to make the job easier.
Please read up on Transifex usage using the
http://help.transifex.net/[Transifex Help] if you are not familiar.
+Here is an example set of commands if you have a source code checkout and are
+not worried about any local translations being overwritten. The .tx/ directory
+is checked into the git repository so is preconfigured with the two project
+resources (See `tx status` output for a quick overview).
+
+ tx pull -f
+ poedit po/<mylang>.po
+ poedit lib/libalpm/po/<mylang>.po
+ tx push -t -l <mylang>
+
+Or to just push one of the two available resources:
+
+ tx push -r archlinux-pacman.pacman-pot -t -l fi
+ tx push -r archlinux-pacman.libalpm-pot -t -l fi
+
See the <<Notes,Notes>> section for additional hints on translating.
Pre-release Updates