Get latest translation - pgRouting/pgrouting GitHub Wiki

Overview

Documenting in other languages, is a complex process that involves a team of translators and reviewers. Not all the time, for whatever reason, they can complete a translation by the time of the realese of a software, but they continue the hard work of translating until they are done.

The current release has uncompleted translations, found in the documentation pages. We offer 4 languages, besides english, here is a list with codes that represent them and their status

  • Spanish - es - Finished
  • Japanese -ja - Translating
  • German - de - Translating
  • French -fr - Translating

But our translators are still working with Japanese, German and French documentation.

Get the latest translation (Linux)

We have the following instructions

git clone https://github.com/pgRouing/pgrouting docClone
cd docClone
git checkout master
mkdir build
cd build
cmake -DWITH_DOC=ON ..
make doc
cd .. 
tools/transifex/build_translations.sh  [code of your language]

Where is my translation?

Using dolphin navigate to

docClone/build/doc/html/[code of your language]/doc/

and click on the file

index.html

I want to help with the translations.