-
Notifications
You must be signed in to change notification settings - Fork 2
Translation Before you start
mkdir build
cd build
cmake -DWITH_DOC=ON ..
make doc
cd ..
Download the latest translated *.po files of your language. (I an going to use japanese as an example along this wiki)
tools/transifex/download_translation.sh ja
Viewing your language html will help to put strings in context and/or check the translation.
tools/transifex/create_translations.sh ja
The Japanese documentation would be in
build/doc/html/ja/doc/index.html
Files not accepting translations are marked with a red dot, maybe the file belongs to a previous version of pgrouting, or it was moved from one directory to another. Those files are not erased from the system so any translated string can be reused.
Sometimes the developers and the reviewers have typos in the english version, you will see spelling typos with a wavy red line, unfortunately it is too late to correct them for the current version. So proceed with the translation with the best of your ability. For the grammar, if you don't understand what is being told, plese got to issue 200 to post a comment stating the file and pasting the English string. If a change has been considered, the string to be translated will be posted on the "instrucctions" for the string.
[Working with small strings](Translations Working with small strings)