From eaffdc27f813a48911088994358640a069b30b7e Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 10 Apr 2011 23:06:20 -0500 Subject: 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 Signed-off-by: Lukas Fleischer --- TRANSLATING | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'TRANSLATING') 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 .po +$ poedit po/.po 3. Push the updated translation file back to Transifex. Using transifex-client, this works as follows: -- cgit v1.2.3-24-g4f1b