diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 5 | ||||
-rw-r--r-- | doc/TRANSLATING | 17 | ||||
-rw-r--r-- | doc/TRANSLATORS | 1 |
3 files changed, 21 insertions, 2 deletions
@@ -2,6 +2,11 @@ next: - allow eix as backend DB - use an internal messagequeue module instead of external shm +- show the list of world packages + +0.13.1: +- fix segfault in GLib +- correct config path handling for portage-2.1.7.x 0.13: - allow lines w/o keyword in package.keywords 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: =================================== diff --git a/doc/TRANSLATORS b/doc/TRANSLATORS index e71914e..51b5110 100644 --- a/doc/TRANSLATORS +++ b/doc/TRANSLATORS @@ -1,5 +1,6 @@ Catalan: Roger Calvó German: René 'Necoro' Neumann +Italian: Ponsi Polish: Tomasz Osiński Portugese (Brazilian): Alberto Federman Neto Spanish: Daniel Halens |