Thread: German Ladies start translation project
Hello, I just wanted to inform you that Cornelia and me start the project to translate and publish the documentation German. Means the project will have a really high women concentration at the beginning :) pgsql-www suggested to take postgresql.de for publishing. I thought it is a great idea and so we will do it. Conny and me are involved in that domain anyway. Of course everybody is allowed helping us. We are on the way to set up all systems. We will keep it simple - without much graphical gadgets. We will take the original docs from source code after compiled as html. And on new release diff will get our friend. Why are we so mad? Peter once translated the whole docs and published a book. Afair it was for PostgreSQL 7.2 or 7.3. Google got much more aggressive on language and translation topic. When I take a German browser and Google for PostgreSQL + specific detail - then I first get the old Peter docs and after that I get the original postgresql.org docs - but - automatically translated from Google into German. Believe me - this translation are sometimes really worse. For me this means - it is finally time to translate / update old Peter docs. Peter and me think - just translate all again is faster then taking and checking his old texts. I am fully back - and of course I needed something reasonable todo - I know translating docs will get a life time project. I asked Cornelia if she wants to help because she already wrote a PostgreSQL book before Peter and she has lots of experiences with translations - She is involved in PHP doc translations too. She immediately said "yes". As I said - we are on the way to set up all what we need on postgresql.de. Susanne -- Susanne Ebrecht Bielefeld
On 05.03.2011 11:57, Susanne Ebrecht wrote: > For me this means - it is finally time to translate / update old Peter > docs. Peter and me think - just translate all again is faster then taking > and checking his old texts. I'm curious, what percentage of the text has changed since 7.3? I did this: ~/git-sandbox/postgresql/doc/src/sgml (master)$ cat *.sgml ref/*.sgml | wc -l 249740 ~/git-sandbox/postgresql/doc/src/sgml (master)$ git diff --stat origin/REL7_3_STABLE -- *.sgml ref/*.sgml | tail -n 1 317 files changed, 206915 insertions(+), 68733 deletions(-) So the number of lines has roughly doubled since, and about a quarter of the 7.3 lines have changed. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
On 05.03.2011 20:09, Heikki Linnakangas wrote: > > So the number of lines has roughly doubled since, and about a quarter > of the 7.3 lines have changed. > Heikki, Yeah. Additionally, German language vocabulary changed in computer area. E.g. today "download" is an official German word - ten years ago it wasn't. Susanne -- Susanne Ebrecht Bielefeld