-
-
Notifications
You must be signed in to change notification settings - Fork 370
Get latest translation
cvvergara edited this page Sep 26, 2013
·
5 revisions
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.
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]
Using dolphin navigate to
docClone/build/doc/html/[code of your language]/doc/
and click on the file
index.html
- You need an account in Transifex
- Goto pgRouting in Transifex
- Apply as a translator in the language of your expertice
- Dont forget to read the Translation Process