From 82ae36cc76772b833497a00613b0185a4d427e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 24 Oct 2009 01:09:47 +0200 Subject: Update TRANSLATING to use git --- doc/TRANSLATING | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/TRANSLATING b/doc/TRANSLATING index 4b49fa5..75d1c45 100644 --- a/doc/TRANSLATING +++ b/doc/TRANSLATING @@ -12,15 +12,28 @@ KBabel (kde-base/kbabel) or Gtranslator (app-text/gtranslator). Getting the sources: =================== +You do need the sources to make translations, as the installed program is not sufficient. +Therefore you need to have dev-util/git installed. -You do need the sources to make translations. The installed program is not sufficient. Change into a local directory where you want to have the sources installed. Then do: -> bzr pull lp:portato +> git clone git://github.com/Necoro/portato.git You now should have the actual sources in the "portato" subdirectory. +If you later on want to update these sources, you do: + +> git pull + +Important: If you are working on a given version, you need to change to the correct branch: + +> git checkout -b 0.13 origin/0.13 + +where '0.13' has to be replaced by the version you are going to use. + +Have a look at http://www.git-scm.com for more information on how to use git. + To update an incomplete translation: =================================== -- cgit v1.2.3