From d3b32a68fe7de022df998c37b2bbe7e053d06dfb Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 20 Mar 2011 23:37:56 -0500 Subject: Add a few more notes about translating using Transifex Signed-off-by: Dan McGee --- doc/translation-help.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') 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/.po + poedit lib/libalpm/po/.po + tx push -t -l + +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 <> section for additional hints on translating. Pre-release Updates -- cgit v1.2.3-24-g4f1b